Horje
copy local docker image to kind cluster Code Example
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




Shell

Related
bz2 unzip Code Example bz2 unzip Code Example
make role ansible Code Example make role ansible Code Example
copy folder linux command line Code Example copy folder linux command line Code Example
how to make a tarball in linux Code Example how to make a tarball in linux Code Example
nmap vulnerabilty scan Code Example nmap vulnerabilty scan Code Example

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