Install Kube-fledged
Install Kube-fledged
Note: Perform the following steps in the master1 node
- Install
gv-kube-fledged
helm chart. Replace$VERSION
with the version that is present in the bundle that has been downloaded. To check all the charts that have been download runls charts
.$ helm upgrade --install gv-kube-fledged charts/gv-kube-fledged-$VERSION.tgz -n kube-fledged \ --timeout=10m0s \ --kubeconfig /etc/rancher/k3s/k3s.yaml \ --create-namespace
- Create and deploy
imagecache.yaml
$ sh scripts/create-imagecache-file.sh $ kubectl apply -f scripts/imagecache.yaml