Skip to content

Instantly share code, notes, and snippets.

@dirien
Last active April 6, 2022 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirien/eb492147dd3879f3b7af6d98c6e56965 to your computer and use it in GitHub Desktop.
Save dirien/eb492147dd3879f3b7af6d98c6e56965 to your computer and use it in GitHub Desktop.
byocni
  helm upgrade -i cilium cilium/cilium --version 1.11.3 \
  --namespace kube-system \
  --set azure.enabled=true \
  --set azure.resourceGroup=$AZURE_NODE_RESOURCE_GROUP \
  --set azure.subscriptionID=$AZURE_SUBSCRIPTION_ID \
  --set azure.tenantID=$AZURE_TENANT_ID \
  --set azure.clientID=$AZURE_CLIENT_ID \
  --set azure.clientSecret=$AZURE_CLIENT_SECRET \
  --set datapathMode=vxlan \
  --set hubble.listenAddress=":4244" \
  --set hubble.relay.enabled=true \
  --set hubble.ui.enabled=true  \
  --set nodeinit.restartPods=true

cilium-operator-b4b95974c-2c59:

│ level=info msg="Connected to apiserver" subsys=k8s                                                                                                 │
│ level=warning msg="Unable to discover API groups and resources" error="unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1 │
│ level=info msg="CRD (CustomResourceDefinition) is installed and up-to-date" name=CiliumIdentity/v2 subsys=k8s                                      │
│ level=info msg="CRD (CustomResourceDefinition) is installed and up-to-date" name=CiliumEndpoint/v2 subsys=k8s                                      │
│ level=info msg="CRD (CustomResourceDefinition) is installed and up-to-date" name=CiliumExternalWorkload/v2 subsys=k8s                              │
│ level=info msg="CRD (CustomResourceDefinition) is installed and up-to-date" name=CiliumNode/v2 subsys=k8s                                          │
│ level=info msg="CRD (CustomResourceDefinition) is installed and up-to-date" name=CiliumNetworkPolicy/v2 subsys=k8s                                 │
│ level=info msg="CRD (CustomResourceDefinition) is installed and up-to-date" name=CiliumClusterwideNetworkPolicy/v2 subsys=k8s                      │
│ level=info msg="attempting to acquire leader lease kube-system/cilium-operator-resource-lock..." subsys=klog                                       │
│ level=info msg="Leader re-election complete" newLeader=aks-nodepool-88745963-vmss000002-couZeKpjpX operatorID=aks-nodepool-88745963-vmss000002-hov │
│ level=info msg="Leader re-election complete" newLeader=aks-nodepool-88745963-vmss000000-vTnBWbwJIl operatorID=aks-nodepool-88745963-vmss000002-hov │
│ level=info msg="successfully acquired lease kube-system/cilium-operator-resource-lock" subsys=klog                                                 │
│ level=info msg="Leading the operator HA deployment" subsys=cilium-operator-azure                                                                   │
│ level=info msg="Initializing IPAM" mode=cluster-pool subsys=cilium-operator-azure                                                                  │
│ level=fatal msg="cluster-pool allocator is not supported by this version of cilium-operator-azure" subsys=cilium-operator-azure                    │
│ Stream closed EOF for kube-system/cilium-operator-b4b95974c-2c59g (cilium-operator)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment