Skip to content

Commit

Permalink
externalworkloads: Set cluster.id
Browse files Browse the repository at this point in the history
Following the upgrade notes [^1]:

> With the default enablement of KVStoreMesh, if you use external
> workloads, ensure that your cluster has a Cluster name and ID
> specified before upgrading. Alternatively, you can explicitly opt out
> of KVStoreMesh.

[^1]: https://docs.cilium.io/en/stable/operations/upgrade/#upgrade-notes

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Jul 31, 2024
1 parent 5d7cb97 commit f6ed7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/externalworkloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
# Install Cilium in cluster
cilium install \
--version "${{ env.cilium_version }}" \
--set cluster.id=1 \
--set cluster.name="${{ env.clusterName }}" \
--set bpf.monitorAggregation=none \
--datapath-mode=tunnel \
Expand Down

0 comments on commit f6ed7e4

Please sign in to comment.