Skip to content

The configuration for proxy-injection and the linkerd-config configmap #12997

Closed Answered by krishgu
krishgu asked this question in Q&A
Discussion options

You must be logged in to vote

Using stable-2.14.10, I tested this by modifying linkerd-config configmap, and restarting the proxy-injector deployment. The sections here from the proxy section seem to take effect.

We can now use kustomize to patch the configmap, to kustomize registries/resources for each cluster. (replacing the full values)

    proxy:
     ...
      enableExternalProfiles: false
      image:
        name: myregistry.etc/linkerd/proxy
        pullPolicy: ""
        version: ""
     ...
      opaquePorts: 25,587,3306,4444,5432,6379,9300,11211
    ...
      resources:
        cpu:
          limit: ""
          request: 27m
        memory:
          limit: 199Mi
          request: 23Mi

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by krishgu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant