Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing the name of the K8s secret #2378

Closed
wants to merge 1 commit into from
Closed

Conversation

marcoam
Copy link
Contributor

@marcoam marcoam commented Oct 15, 2020

changing the name of the K8s secret creation command to match what's located here: https://bit.ly/k4k8s-enterprise. Note the following on the k4k8s-enterprise YAML file:

  imagePullSecrets:
  - name: kong-enterprise-k8s-docker

I looked at the version 1.5.x of the doc and it had it right. So I dug a bit deeper and found this to be the cause:
#2191

which used to reference: https://bit.ly/k4k8s-enterprise-beta. In this "beta", the imagePullSecrets was set to:

  imagePullSecrets:
  - name: kong-enterprise-edition-docker

so it worked. However, we're using the non-beta version which has the other name.

The question becomes which one do we want to use? Whichever we use, we should make sure that the instructions can be copied and pasted. As of now, it doesn't work due to the mismatch we have in the secret names.

changing the name of the K8s secret to match what's located here: https://bit.ly/k4k8s-enterprise. Note the following on the k4k8s-enterprise YAML file: 

      imagePullSecrets:
      - name: kong-enterprise-k8s-docker
@marcoam marcoam requested a review from a team as a code owner October 15, 2020 08:28
@netlify
Copy link

netlify bot commented Oct 15, 2020

Deploy preview for kongdocs ready!

Built with commit 3d09602

https://deploy-preview-2378--kongdocs.netlify.app

@lena-larionova
Copy link
Contributor

The docs are actually correct here; Fel had attempted to make this exact change very recently, and we discovered yesterday that there's an error on the KIC side: #2375 (comment)

@marcoam
Copy link
Contributor Author

marcoam commented Oct 16, 2020

I'm okay with this as long as the documents can be copied and pasted :) Either we change the values.yaml file or the docs, but whichever it is, they should match :)

@lena-larionova
Copy link
Contributor

Yep, Travis is fixing the values.yaml. Hopefully that'll be merged soon.

@lena-larionova
Copy link
Contributor

Closing since the fix to the yaml file is merged: Kong/kubernetes-ingress-controller#909

@lena-larionova lena-larionova deleted the marcoam-patch-1 branch March 9, 2021 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants