Skip to content

Commit

Permalink
Update karmada's k8s components to 1.25.1 for loca-up-karmada.sh
Browse files Browse the repository at this point in the history
Signed-off-by: jwcesign <jiangwei115@huawei.com>
  • Loading branch information
jwcesign committed Sep 19, 2022
1 parent b1553e7 commit 92508b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artifacts/deploy/karmada-apiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- --tls-cert-file=/etc/karmada/pki/apiserver.crt
- --tls-private-key-file=/etc/karmada/pki/apiserver.key
name: karmada-apiserver
image: k8s.gcr.io/kube-apiserver:v1.24.2
image: k8s.gcr.io/kube-apiserver:v1.25.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 8
Expand Down
2 changes: 1 addition & 1 deletion artifacts/deploy/kube-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- --service-cluster-ip-range=10.96.0.0/12
- --use-service-account-credentials=true
- --v=4
image: k8s.gcr.io/kube-controller-manager:v1.24.2
image: k8s.gcr.io/kube-controller-manager:v1.25.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 8
Expand Down

0 comments on commit 92508b3

Please sign in to comment.