Helm/Traefik: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 September 2024

24 August 2024

  • curprev 20:3820:38, 24 August 2024Shahed talk contribs 5,213 bytes −6 →‎Playground
  • curprev 20:3120:31, 24 August 2024Shahed talk contribs 5,219 bytes +5,219 Created page with " helm repo add traefik https://traefik.github.io/charts helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> kubectl get ns|grep traefik kubectl delete ns traefik </syntaxhighlight> |..."