Creating secret with oc secret new-dockercfg ...
creates secret in a new docker config format
#17197
Labels
oc secret new-dockercfg ...
creates secret in a new docker config format
#17197
The outcome of the https://bugzilla.redhat.com/show_bug.cgi?id=1476330 was that creating a secret with
will create an secret with
kubernetes.io/dockercfg
type(old file type) with the new format:I agree that we need to start promoting the new format but we shouldn't mismatch type with format and the created secret should be of
kubernetes.io/dockerconfigjson
type@juanvallejo @smarterclayton
The text was updated successfully, but these errors were encountered: