etcd: update version to 3.5.16-0
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
This commit is contained in:
parent
c950edd989
commit
a11784e1f2
|
@ -33,7 +33,7 @@ spec:
|
||||||
- operator: Exists
|
- operator: Exists
|
||||||
containers:
|
containers:
|
||||||
- name: etcd
|
- name: etcd
|
||||||
image: registry.k8s.io/etcd:3.5.13-0
|
image: registry.k8s.io/etcd:3.5.16-0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
|
|
|
@ -233,7 +233,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
|
||||||
| `etcd.internal.replicaCount` | Target replicas of the etcd | `1` |
|
| `etcd.internal.replicaCount` | Target replicas of the etcd | `1` |
|
||||||
| `etcd.internal.image.repository` | Image of the etcd | `"registry.k8s.io/etcd"` |
|
| `etcd.internal.image.repository` | Image of the etcd | `"registry.k8s.io/etcd"` |
|
||||||
| `etcd.internal.image.pullPolicy` | Image pull policy of the etcd | `"IfNotPresent"` |
|
| `etcd.internal.image.pullPolicy` | Image pull policy of the etcd | `"IfNotPresent"` |
|
||||||
| `etcd.internal.image.tag` | Image tag of the etcd | `"3.5.13-0"` |
|
| `etcd.internal.image.tag` | Image tag of the etcd | `"3.5.16-0"` |
|
||||||
| `etcd.internal.storageType` | StorageType of the etcd, accepts "hostPath", "pvc" | `"hostPath"` |
|
| `etcd.internal.storageType` | StorageType of the etcd, accepts "hostPath", "pvc" | `"hostPath"` |
|
||||||
| `etcd.internal.pvc.storageClass` | StorageClass of the etcd, takes effect when`etcd.internal.storageType` is "pvc" | `""` |
|
| `etcd.internal.pvc.storageClass` | StorageClass of the etcd, takes effect when`etcd.internal.storageType` is "pvc" | `""` |
|
||||||
| `etcd.internal.pvc.size` | Storage size of the etcd, takes effect when`etcd.internal.storageType` is "pvc" | `""` |
|
| `etcd.internal.pvc.size` | Storage size of the etcd, takes effect when`etcd.internal.storageType` is "pvc" | `""` |
|
||||||
|
|
|
@ -668,7 +668,7 @@ etcd:
|
||||||
image:
|
image:
|
||||||
registry: registry.k8s.io
|
registry: registry.k8s.io
|
||||||
repository: etcd
|
repository: etcd
|
||||||
tag: "3.5.13-0"
|
tag: "3.5.16-0"
|
||||||
## Specify a imagePullPolicy, defaults to 'IfNotPresent'
|
## Specify a imagePullPolicy, defaults to 'IfNotPresent'
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## @param etcd.internal.storageType storage type for etcd data
|
## @param etcd.internal.storageType storage type for etcd data
|
||||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
etcd:
|
etcd:
|
||||||
local:
|
local:
|
||||||
imageRepository: registry.k8s.io/etcd
|
imageRepository: registry.k8s.io/etcd
|
||||||
imageTag: 3.5.13-0
|
imageTag: 3.5.16-0
|
||||||
replicas: 1
|
replicas: 1
|
||||||
volumeData:
|
volumeData:
|
||||||
# hostPath:
|
# hostPath:
|
||||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
||||||
etcd:
|
etcd:
|
||||||
local:
|
local:
|
||||||
imageRepository: registry.k8s.io/etcd
|
imageRepository: registry.k8s.io/etcd
|
||||||
imageTag: 3.5.13-0
|
imageTag: 3.5.16-0
|
||||||
replicas: 1
|
replicas: 1
|
||||||
volumeData:
|
volumeData:
|
||||||
# hostPath:
|
# hostPath:
|
||||||
|
|
|
@ -29,7 +29,7 @@ const (
|
||||||
// KarmadaDefaultRepository defines the default of the karmada image repository
|
// KarmadaDefaultRepository defines the default of the karmada image repository
|
||||||
KarmadaDefaultRepository = "docker.io/karmada"
|
KarmadaDefaultRepository = "docker.io/karmada"
|
||||||
// EtcdDefaultVersion defines the default of the karmada etcd image tag
|
// EtcdDefaultVersion defines the default of the karmada etcd image tag
|
||||||
EtcdDefaultVersion = "3.5.13-0"
|
EtcdDefaultVersion = "3.5.16-0"
|
||||||
// KubeDefaultVersion defines the default of the karmada apiserver and kubeControllerManager image tag
|
// KubeDefaultVersion defines the default of the karmada apiserver and kubeControllerManager image tag
|
||||||
KubeDefaultVersion = "v1.30.4"
|
KubeDefaultVersion = "v1.30.4"
|
||||||
// KarmadaDefaultServiceSubnet defines the default of the subnet used by k8s services.
|
// KarmadaDefaultServiceSubnet defines the default of the subnet used by k8s services.
|
||||||
|
|
|
@ -67,7 +67,7 @@ var (
|
||||||
%[1]s init --etcd-storage-mode hostPath --etcd-node-selector-labels karmada.io/etcd=true
|
%[1]s init --etcd-storage-mode hostPath --etcd-node-selector-labels karmada.io/etcd=true
|
||||||
|
|
||||||
# Private registry can be specified for all images
|
# Private registry can be specified for all images
|
||||||
%[1]s init --etcd-image local.registry.com/library/etcd:3.5.13-0
|
%[1]s init --etcd-image local.registry.com/library/etcd:3.5.16-0
|
||||||
|
|
||||||
# Specify Karmada API Server IP address. If not set, the address on the master node will be used.
|
# Specify Karmada API Server IP address. If not set, the address on the master node will be used.
|
||||||
%[1]s init --karmada-apiserver-advertise-address 192.168.1.2
|
%[1]s init --karmada-apiserver-advertise-address 192.168.1.2
|
||||||
|
|
|
@ -84,7 +84,7 @@ var (
|
||||||
|
|
||||||
karmadaRelease string
|
karmadaRelease string
|
||||||
|
|
||||||
defaultEtcdImage = "etcd:3.5.13-0"
|
defaultEtcdImage = "etcd:3.5.16-0"
|
||||||
|
|
||||||
// DefaultCrdURL Karmada crds resource
|
// DefaultCrdURL Karmada crds resource
|
||||||
DefaultCrdURL string
|
DefaultCrdURL string
|
||||||
|
|
Loading…
Reference in New Issue