Welcome to the Linux Foundation Forum!

Correction for 09. Cilium Cluster Mesh > Lab

Hi,

In 09. Cilium Cluster Mesh > Lab: Setting Up a Cilium Cluster Mesh > Install Cilium on All Clusters, the cilium-ca cannot be recreated by another cilium cluster due to immutable. So it should be changed from:

kubectl --context=$CLUSTER1 get secret -n kube-system cilium-ca -o yaml | kubectl --context $CLUSTER2 create -f -

to:

kubectl --context=$CLUSTER1 get secret -n kube-system cilium-ca -o yaml | kubectl --context $CLUSTER2 replace --force -f -

This step should get fixed otherwise the clustermesh connect will get timeout and then fail.

Just leave a note.

Comments

  • Posts: 67

    Hi @zanhsieh,

    yes, you are correct we need to replace with the force flag as the secret is already created. The course maintainers have been informed and changes will be made soon.

    Thanks for flagging this.

    regards,
    Fazlur

  • Posts: 2,296

    This has been fixed. Thank you!

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training