-
Notifications
You must be signed in to change notification settings - Fork 263
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
Support image pull secrets #616
Labels
kind/feature
New feature or request
Comments
navidshaikh
added a commit
to navidshaikh/client
that referenced
this issue
Jan 21, 2020
Fixes knative#616 - Add --pull-secret flag for service create/update operations - Setting empty string to flag clears the pull secrets - List ImagePullSecrets for service in `service describe` default output - Run e2e tests against serving v0.11.1 (ImagePullSecrets introduced in this release)
navidshaikh
added a commit
to navidshaikh/client
that referenced
this issue
Jan 21, 2020
Fixes knative#616 - Add --pull-secret flag for service create/update operations - Setting empty string to flag clears the pull secrets - List ImagePullSecrets for service in `service describe` default output - Run e2e tests against serving v0.11.1 (ImagePullSecrets introduced in this release)
Merged
navidshaikh
added a commit
to navidshaikh/client
that referenced
this issue
Jan 21, 2020
Fixes knative#616 - Add --pull-secrets flag for service create/update operations - Setting empty string to flag clears the pull secrets - List ImagePullSecrets for service in `service describe` default output - Run e2e tests against serving v0.11.1 (ImagePullSecrets introduced in this release)
navidshaikh
added a commit
to navidshaikh/client
that referenced
this issue
Jan 21, 2020
Fixes knative#616 - Add --pull-secrets flag for service create/update operations - Setting empty string to flag clears the pull secrets - List ImagePullSecrets for service in `service describe` default output - Run e2e tests against latets serving v0.12.0 (ImagePullSecrets introduced in v0.11.1 release)
navidshaikh
added a commit
to navidshaikh/client
that referenced
this issue
Jan 22, 2020
Fixes knative#616 - Add --pull-secrets flag for service create/update operations - Setting empty string to flag clears the pull secrets - List ImagePullSecrets for service in `service describe` default output - Run e2e tests against latets serving v0.12.0 (ImagePullSecrets introduced in v0.11.1 release)
knative-prow-robot
pushed a commit
that referenced
this issue
Jan 22, 2020
* Add --pull-secrets flag Fixes #616 - Add --pull-secrets flag for service create/update operations - Setting empty string to flag clears the pull secrets - List ImagePullSecrets for service in `service describe` default output - Run e2e tests against latets serving v0.12.0 (ImagePullSecrets introduced in v0.11.1 release) * Space separated field name for describe and update flag help msg - Update the key name in service describe: - ImagePullSecrets --> Image Pull Secrets - ServiceAccount --> Service Account - Update the help message for --service-account and --pull-secrets
coryrc
pushed a commit
to coryrc/client
that referenced
this issue
May 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Classifications:
Describe the feature:
Support
ImagePullSecrets
field as enabled in Serving v0.11.1 release.Support setting and clearing image pull secrets for service to pull images behind registry auth.
The text was updated successfully, but these errors were encountered: