delete duplicate image names and add default configuration#2819
delete duplicate image names and add default configuration#2819ks-ci-bot merged 2 commits intokubesphere:mainfrom
Conversation
|
Welcome @yangjinheng! It looks like this is your first PR to kubesphere/kubekey 🎉 |
|
fixed some things that I thought were weird. |
|
The cilium_version in the configuration file is outdated and the official repository no longer has that version. |
# cilium helm values
image:
repository: quay.io/cilium/cilium
tag: "v1.18.2"
digest: "sha256:858f807ea4e20e85e3ea3240a762e1f4b29f1cb5bbd0463b8aa77e7b097c0667"
certgen:
image:
repository: quay.io/cilium/certgen
tag: "v0.2.4"
digest: "sha256:de7b97b1d19a34b674d0c4bc1da4db999f04ae355923a9a994ac3a81e1a1b5ff"
hubble:
relay:
image:
repository: quay.io/cilium/hubble-relay-ci
tag: "v1.18"
digest: "sha256:ad2e2bbc3a4c0d598245309609d26aea5ba7ea21dd94d245e78c4c773df8bc88"
ui:
backend:
image:
repository: quay.io/cilium/hubble-ui-backend
tag: "v0.13.3"
digest: "sha256:db1454e45dc39ca41fbf7cad31eec95d99e5b9949c39daaad0fa81ef29d56953"
frontend:
image:
repository: quay.io/cilium/hubble-ui
tag: "v0.13.3"
digest: "sha256:661d5de7050182d495c6497ff0b007a7a1e379648e60830dd68c4d78ae21761d"
envoy:
image:
repository: quay.io/cilium/cilium-envoy
tag: "v1.35-cb5737105ff9a4ca5d080c0c8f3ea1bfdc08de83"
digest: "sha256:808c986a99e2a1ea9785b49604a1ccd1e1cdc21d4b7a2ff1236cc31788ea9b45"
operator:
replicas: 2
image:
repository: quay.io/cilium/operator
tag: "v1.18.2"
digest: "sha256:0f234ce2ab0f30c09f4f9fe1b9c6323f0c6b66d789bef5e958fce7cff85960f3"
nodeinit:
image:
repository: quay.io/cilium/startup-script
tag: "1755531540-60ee83e-20250916"
digest: "sha256:5bdca3c2dec2c79f58d45a7a560bf1098c2126350c901379fe850b7f78d3d757"
preflight:
image:
repository: quay.io/cilium/cilium-ci
tag: "v1.18"
digest: "sha256:1273dd1a8deedc07caf9f44f53b724b13a3c708d1f31bd59593bcf004df50a71"
clustermesh:
apiserver:
image:
repository: quay.io/cilium/clustermesh-apiserver-ci
tag: "v1.18"
digest: "sha256:fe8e3bac6c4219b71d4f7a94a66f57cfafc65070453e4c4aa94b787bd15eb3fe"
authentication:
mutual:
spire:
install:
initImage:
repository: docker.io/library/busybox
tag: "1.37.0"
digest: "sha256:ab33eacc8251e3807b85bb6dba570e4698c3998eca6f0fc2ccb60575a563ea74"
agent:
image:
repository: ghcr.io/spiffe/spire-agent
tag: "1.12.4"
digest: "sha256:163970884fba18860cac93655dc32b6af85a5dcf2ebb7e3e119a10888eff8fcd"
server:
image:
repository: ghcr.io/spiffe/spire-server
tag: "1.12.4"
digest: "sha256:34147f27066ab2be5cc10ca1d4bfd361144196467155d46c45f3519f41596e49"
ipv4:
enabled: true
ipv6:
enabled: false
ipam:
operator:
clusterPoolIPv4PodCIDRList:
- 10.233.64.0/18
clusterPoolIPv4MaskSize: 24It took me a long time to install cilium |
|
For Kubernetes versions v1.23 to v1.33, we provide a default configuration file for each minor version:
|
|
You probably want to update the |
yes |
|
i saw you delete some images in each v1.xx.yaml,have you tried creating a Kubernetes cluster with your updated configuration and using only the images specified in the configuration? |
|
@yangjinheng I checked Cilium’s official website. kubernetes compatibility like this:
If you don’t have time, I’ll continue making changes in your PR. |
|
This PR has multiple commits, and the default merge method is: squash. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
ad27fd3 to
6c31c91
Compare
Signed-off-by: redscholar <blacktiledhouse@gmail.com>
- Updated Cilium version to 1.18.3 in various configuration files. - Added Calico control plane images (ctl and typha) to image manifests for consistency. - Ensured proper formatting for kube_version placeholders in YAML files. - Removed duplicate image entries and ensured all necessary images are included in the manifests. Signed-off-by: redscholar <blacktiledhouse@gmail.com>
6c31c91 to
0eff1c7
Compare
|
|
/lgtm |
|
/approve |
|
LGTM label has been added. DetailsGit tree hash: 02da0fea0688f8e6e37657774c762167e030cf8d |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: redscholar, yangjinheng The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
i am quite busy recently, thank you |



What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: