Last active
May 17, 2020 20:42
Revisions
-
makinuk revised this gist
May 17, 2020 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,12 @@ % doctl kubernetes cluster kubeconfig save kube-test Notice: adding cluster credentials to kubeconfig file found in "/Users/makin/.kube/config" Notice: setting current-context to do-fra1-kube-test ``` ## Ingress installation [visit site](https://kubernetes.github.io/ingress-nginx/deploy/#digital-ocean) ```console kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-0.32.0/deploy/static/provider/do/deploy.yaml ```` -
makinuk created this gist
May 17, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ## Cluster Access ```console % doctl kubernetes cluster kubeconfig save kube-test Notice: adding cluster credentials to kubeconfig file found in "/Users/makin/.kube/config" Notice: setting current-context to do-fra1-kube-test ```