Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Add dockerhub authentication for kubelet #1068

Merged
merged 21 commits into from Oct 30, 2020
Merged

Add dockerhub authentication for kubelet #1068

merged 21 commits into from Oct 30, 2020

Conversation

kubasobon
Copy link
Contributor

@kubasobon kubasobon commented Oct 28, 2020

Towards giantswarm/giantswarm#13981
Uses giantswarm/k8scloudconfig#819

@kubasobon kubasobon self-assigned this Oct 29, 2020
@kubasobon kubasobon requested review from a team and corest October 29, 2020 16:24
@kubasobon kubasobon marked this pull request as ready for review October 29, 2020 16:24
@kubasobon kubasobon requested a review from a team as a code owner October 29, 2020 16:24
@kubasobon
Copy link
Contributor Author

Please note k8scloudconfig will be merged and released first, but I'd like to get feedback ASAP.

Copy link
Contributor

@tfussell tfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if tested.

labels:
{{- include "labels.common" . | nindent 4 }}
data:
secret.yml: {{ printf "service: {registry: {dockerhubToken: %q}}" .Values.Installation.V1.Secret.Registry.Dockerhub.Token | b64enc | quote }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@corest shouldn't we have something like this here?

  secret.yaml: {{ .Values.Installation.V1.Secret.KVMOperator.SecretYaml | b64enc | quote }}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Talked with @corest. That should be a separate file. To be on par with azure-operator it could be named dockerhub-secret.yaml:

@kubasobon kubasobon merged commit 9360bd7 into master Oct 30, 2020
@kubasobon kubasobon deleted the dockerhub-qps branch October 30, 2020 13:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants