curved-lifeguard-39360
08/18/2022, 4:22 PMrancher kubectl rollout status -w deployment acmepa -n acmepa
It immediately replys with deployment "acmepa" successfully rolled out
but then hangs there for 5 minutes or so.tall-school-18125
08/18/2022, 5:49 PMcurved-lifeguard-39360
08/18/2022, 5:52 PMrancher kubectl rollout status -w deployment acmepa -n acmepa
and got this response:
deployment "acmepa" successfully rolled out
E0818 17:54:51.211673 8228 reflector.go:383] <http://k8s.io/client-go/tools/watch/informerwatcher.go:146|k8s.io/client-go/tools/watch/informerwatcher.go:146>: Failed to watch *unstructured.Unstructured: Get <https://rch2.panosoft.com/k8s/clusters/c-mjkrt/apis/apps/v1/namespaces/acmepa/deployments?allowWatchBookmarks=true&fieldSelector=metadata.name%3Dacmepa&resourceVersion=134547883&timeoutSeconds=461&watch=true>: unexpected EOF
tall-school-18125
08/18/2022, 6:02 PMcurved-lifeguard-39360
08/18/2022, 6:18 PMnginx-configuration
which I do not.helm repo add ingress-nginx <https://kubernetes.github.io/ingress-nginx>
helm repo update
helm upgrade --install \
ingress-nginx ingress-nginx/ingress-nginx \
--namespace ingress-nginx \
--set controller.service.type=LoadBalancer \
--version 3.12.0 \
--create-namespace
The result was and classic ELB.tall-school-18125
08/19/2022, 5:49 PMcurved-lifeguard-39360
08/26/2022, 4:58 PMtall-school-18125
08/31/2022, 10:37 PM