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

[enterprise-3.11] document imageimport pem file argument #12850

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions install_config/master_node_configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,12 @@ permission to create Images or ImageStreamMappings via the API are not affected
this policy - typically only administrators or system integrations will have those
permissions.

|`*AdditionalTrustedCA*`
|Specified a filepath to a PEM-encoded file listing additional certificate authorities
that should be trusted during imagestream import. This file needs to be accessible
to the API server process. Depending how your cluster is installed, this may require
mounting the file into the API server pod.

|`*InternalRegistryHostname*`
|Sets the hostname for the default internal image
registry. The value must be in `*hostname[:port]*` format.
Expand Down