-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OCPBUGS-61221-63545# Ensure new keypairs are not generated and public-key-file flag is used where appropriate #101095
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
Conversation
1c2afa1 to
bcd9057
Compare
| <5> Specify the path to the output directory. | ||
| <6> Specify the path to the `serviceaccount-signer.public` file that you extracted from the cluster. | ||
| <7> Optional: By default, the `ccoctl` utility stores the OpenID Connect (OIDC) configuration files in a public S3 bucket and uses the S3 URL as the public OIDC endpoint. To store the OIDC configuration in a private S3 bucket that is accessed by the IAM identity provider through a public CloudFront distribution URL instead, use the `--create-private-s3-bucket` parameter. | ||
| ==== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 [error] AsciiDocDITA.TaskExample: Examples are allowed only once in DITA tasks.
| <5> Specify the path to the output directory. | ||
| <6> Specify the path to the `serviceaccount-signer.public` file that you extracted from the cluster. | ||
| <7> Optional: By default, the `ccoctl` utility stores the OpenID Connect (OIDC) configuration files in a public S3 bucket and uses the S3 URL as the public OIDC endpoint. To store the OIDC configuration in a private S3 bucket that is accessed by the IAM identity provider through a public CloudFront distribution URL instead, use the `--create-private-s3-bucket` parameter. | ||
| ==== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 [error] AsciiDocDITA.ExampleBlock: Examples can not be inside of other blocks in DITA.
bcd9057 to
c9d46bb
Compare
c9d46bb to
7ee2c28
Compare
|
lgtm |
|
@jianping-shu PTAL when you can. |
|
Will test the updated procedure after the PR of OCPBUGS-63541 is merged. |
|
@sslocket @jstuever I had some review and testing. |
modules/cco-ccoctl-upgrading.adoc
Outdated
| --dnszone-resource-group-name <azure_dns_zone_resourcegroup_name> \// <5> | ||
| --installation-resource-group-name "${AZURE_INSTALL_RG}" <6> | ||
| --output-dir=<path_to_ccoctl_output_dir> \// <2> | ||
| --public-key-file=<path_to_ccoctl_output_dir>/serviceaccount-signer.public \// <3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's the place for comment (2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is correct, the ccoctl azure create-managed-identities does not have a --public-key-file parameter because it is not doing anything with the public keys. I didn't catch that it was a different command. We can remove the documentation of this parameter in this section.
@jstuever Is there any robustness advantage to including the |
|
It might be a good ides to keep the original "ccoctl azure create-managed-identities". |
|
With the changes I made to ccoctl, the |
7ee2c28 to
481db37
Compare
481db37 to
be3cbe6
Compare
|
@jianping-shu I've pushed the suggested revisions. |
|
LGTM |
be3cbe6 to
dcf5553
Compare
|
/label merge-review-needed |
jeana-redhat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit but not required to fix for merge, excellent work!
/remove-label merge-review-in-progress
/remove-label merge-review-needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the new command steps should end with "by running the following command:"
…-key-file flag is used where appropriate
dcf5553 to
24e23de
Compare
|
@sslocket: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
|
/cherrypick enterprise-4.21 |
|
@jeana-redhat: #101095 failed to apply on top of branch "enterprise-4.16": 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-sigs/prow repository. |
|
/cherrypick enterprise-4.21 |
|
/cherrypick enterprise-4.19 |
|
/cherrypick enterprise-4.17 |
|
@jeana-redhat: new pull request created: #101840 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-sigs/prow repository. |
|
@jeana-redhat: #101095 failed to apply on top of branch "enterprise-4.17": 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-sigs/prow repository. |
|
@jeana-redhat: new pull request created: #101841 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-sigs/prow repository. |
|
@jeana-redhat: new pull request created: #101842 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-sigs/prow repository. |
|
@jeana-redhat: new pull request created: #101843 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-sigs/prow repository. |
Version(s):
4.16+
Issues:
https://issues.redhat.com/browse/OCPBUGS-61221
https://issues.redhat.com/browse/OCPBUGS-63545
Link to docs preview:
QE review:
Additional information: