Horje
kind load docker-image command Code Example
delete cluster kind
kind delete cluster --name kind-2
copy local docker image to kind cluster
### To load local image to cluster ###

docker build -t my-custom-image:unique-tag ./my-image-dir
kind load docker-image my-custom-image:unique-tag
kubectl apply -f my-manifest-using-my-image:unique-tag
kind insall
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.8.1/kind-$(uname)-amd64
chmod +x ./kind
mv ./kind /some-dir-in-your-PATH/kind
kind load docker-image command
kind load docker-image newimage:v1 --name cluster0




Shell

Related
powershell merge csv files Code Example powershell merge csv files Code Example
npm install -g express Code Example npm install -g express Code Example
kill task linux ubuntu Code Example kill task linux ubuntu Code Example
how to install aiohttp on vscode Code Example how to install aiohttp on vscode Code Example
quarkus install cli Code Example quarkus install cli Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10