Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

The ingress and egress gateways stuck on pending #75

Answered by morlay
jtr109 asked this question in Q&A
Discussion options

You must be logged in to vote

This error in log is clear

does not contain declared merge key: name

You should declare name in each component, follow the demo profile
https://github.com/istio/istio/blob/master/manifests/profiles/demo.yaml#L8
https://github.com/istio/istio/blob/master/manifests/profiles/demo.yaml#L17

Like:

spec:
  components:
    pilot:
      k8s: # each components have to set this
        affinity: &affinity
          nodeAffinity:
            requiredDuringSchedulingIgnoredDuringExecution:
              nodeSelectorTerms:
                - matchExpressions:
                    - key: kubernetes.io/arch
                      operator: In
                      values:
                        - arm64

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by morlay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #74 on September 18, 2021 01:47.