minikube

How to stop gracefully a Pulumi up command

How to stop gracefully a Pulumi up command Question: I am trying to develop a couple of Helm Charts on Minikube. To do that I am running pulumi up on a Minikube environment. import pulumi from pulumi_kubernetes.helm.v3 import Chart, ChartOpts, FetchOpts, RepositoryOptsArgs import pulumi_kubernetes as k8s config = pulumi.Config() is_minikube = config.require_bool("isMinikube") datahub_prerequisites = Chart( …

Total answers: 3

standard_init_linux.go:211: exec user process caused "exec format error"

standard_init_linux.go:211: exec user process caused "exec format error" Question: I am building the Dockerfile for python script which will run in minikube windows 10 system below is my Dockerfile Building the docker using the below command docker build -t python-helloworld . and loading that in minikube docker demon docker save python-helloworld | (eval $(minikube docker-env) …

Total answers: 8