You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran deploy.sh, it created the deployment but not the pod.
kubectl -n webhook-demo get events
LAST SEEN TYPE REASON KIND MESSAGE
25m Warning FailedCreate ReplicaSet Error creating: Timeout: request did not complete within requested timeout 30s
17m
kubectl -n webhook-demo get deployments
NAME READY UP-TO-DATE AVAILABLE AGE
webhook-server 0/1 0 0 20m
Hi there,
When I ran
deploy.sh
, it created the deployment but not the pod.kubectl -n webhook-demo get events
kubectl -n webhook-demo get deployments
kubectl -n webhook-demo describe deployment webhook-server
kubectl -n webhook-demo describe rs webhook-server-7c6767cc65
The text was updated successfully, but these errors were encountered: