-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
re: Issue #6976 - Registry secret type and datakey updated for 1.9 #7248
re: Issue #6976 - Registry secret type and datakey updated for 1.9 #7248
Conversation
…now .dockerconfigjson, and datakey now wrapped in 'auths' element
Deploy preview for kubernetes-io-master-staging ready! Built with commit 5064ea8 https://deploy-preview-7248--kubernetes-io-master-staging.netlify.com |
/cc @liggitt @juanvallejo |
@xiangpengzhao: GitHub didn't allow me to request PR reviews from the following users: juanvallejo. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This lgtm |
thanks @juanvallejo ! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aburdenthehand, heckj The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
* 'master' of https://github.com/kubernetes/website: (379 commits) fix some typos in keps.md (#7266) Typo fix: recommend -> recommended (#7271) Update nodes.md (#7288) Fix patch image command in rolling update section (#7124) fix edx link (#7276) Update OWNERS_ALIASES for sig-openstack (#7280) Update ISSUE_TEMPLATE.md (#7284) Add Brad Topol to owner aliases. (#7246) modify the default update strategy of statefulset (#7270) Fix tags of workloads-related glossary (#7102) kubectl 1.9+ updated registry secret type and datakey: .dockercfg is now .dockerconfigjson, and datakey now wrapped in 'auths' element (#7248) Remove CentOS guide that was already deprecated a while ago (#7242) fix typo (#7260) fix typo envrionment -> [environment] (#7262) fix a typo in kubernetes api (#7261) fix some typos (#7251) Update notes.md (#7259) Update notes.md (#7257) Fix file extension and remove not necessary sudo. (#7143) Update Azure Container Service to managed clusters (#6955) ...
…now .dockerconfigjson, and datakey now wrapped in 'auths' element (kubernetes#7248)
…now .dockerconfigjson, and datakey now wrapped in 'auths' element (kubernetes#7248)
kubectl 1.9+ updated registry secret type and datakey: 's/.dockercfg/.dockerconfigjson, and datakey now wrapped in 'auths' element. See kubernetes/kubernetes#57427 for more information.
Checked against kubectl 1.9.2
This change is