You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What keywords did you search in kubeadm issues before filing this one?
kubeadm cluster configuration multi image repository with their tag
FEATURE REQUEST
Describe in detail the feature/behavior/change you'd like to see.
i used below kubeadm clusterinfo config but dont work. it seems that is good capability of setting all images used in kubeadm init in configuration optionally with their tag and repository
Versions
kubeadm version (use kubeadm version):
1.28.2 Environment:
Kubernetes version (use kubectl version):1.28.2
Cloud provider or hardware configuration:16 GB ram
change several images mentioned in config file and used during init to complete and find their equivalence based on text between last ":" and last "/" if exists
How to reproduce it (as minimally and precisely as possible)?
`Kubernetes version:1.28.4
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:vagrant
Host OS: ubuntu
i use config with kubeadm init. i want to replace for example below images with custom my repository address and tags. but dont work. how can do that?
You seem to have troubles using Kubernetes and kubeadm.
Note that our issue trackers should not be used for providing support to users.
There are special channels for that purpose.
You seem to have troubles using Kubernetes and kubeadm.
Note that our issue trackers should not be used for providing support to users.
There are special channels for that purpose.
What keywords did you search in kubeadm issues before filing this one?
kubeadm cluster configuration multi image repository with their tag
FEATURE REQUEST
i used below kubeadm clusterinfo config but dont work. it seems that is good capability of setting all images used in kubeadm init in configuration optionally with their tag and repository
Versions
kubeadm version (use
kubeadm version
):1.28.2
Environment:
kubectl version
):1.28.2uname -a
):4.15.0What happened?
only change last image
What you expected to happen?
change several images mentioned in config file and used during init to complete and find their equivalence based on text between last ":" and last "/" if exists
How to reproduce it (as minimally and precisely as possible)?
`Kubernetes version:1.28.4
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:vagrant
Host OS: ubuntu
i use config with kubeadm init. i want to replace for example below images with custom my repository address and tags. but dont work. how can do that?
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
imageRepository: 172.16.20.160:18082
dns:
imageRepository: "172.16.20.160:18082/coredns"
imageTag: "v1.10.0"
imageRepository: "172.16.20.160:18082/pause"
imageTag: "3.1"
networking:
podSubnet: "192.168.0.0/16" # --pod-network-cidr
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 172.42.42.100
bindPort: 6443`
kubeadm init --config init_conf.yaml --v=9
The text was updated successfully, but these errors were encountered: