We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3666e4d commit bc259b3Copy full SHA for bc259b3
examples/cloud-deployment/scripts/deploy.sh
@@ -78,6 +78,9 @@ else
78
echo -e "${GREEN}✓ Minikube is already running${NC}"
79
fi
80
81
+# Ensure kubectl is using the correct minikube context
82
+minikube update-context
83
+
84
# Set up registry for Docker, skip for Podman (we'll use minikube image load)
85
if [ "$CONTAINER_TOOL" = "docker" ]; then
86
# Enable Minikube registry addon if not already enabled
0 commit comments