-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add feature page for custom ca integration using k8s CSR #144
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: jaellio <[email protected]>
Skipping CI for Draft Pull Request. |
😊 Welcome @jaellio! This is either your first contribution to the Istio enhancements repo, or it's been You can learn more about the Istio working groups, code of conduct, and contributing guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
Custom CA Integration using Kubernetes CSR | ||
[//]: # (The name of the feature, e.g. Multiple control planes) | ||
|
||
**Primary lead(s):** |
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.
Do you plan to be the primary lead? @jaellio
[//]: # (An RFC is mandatory to graduate to experimental. The RFC does not have to be reviewed in a work group) | ||
[//]: # (meeting to graduate to experimental.) | ||
|
||
- [X] [Documentation](insert_your_link_here) for enabling and using the feature. |
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.
Did you have a link to add here?
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.
Provide a space between [] to enable it becoming a check box
|
||
**Design** | ||
|
||
- [] RFC has been approved describing the intention of the feature as well as the user stories behind the feature. |
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.
- [] RFC has been approved describing the intention of the feature as well as the user stories behind the feature. | |
- [ ] RFC has been approved describing the intention of the feature as well as the user stories behind the feature. |
|
||
**Config** | ||
|
||
- [] Explicit user action is required to enable this feature (e.g. a config field, config resource, or installation action). |
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.
- [] Explicit user action is required to enable this feature (e.g. a config field, config resource, or installation action). | |
- [ ] Explicit user action is required to enable this feature (e.g. a config field, config resource, or installation action). |
- [] Reference docs are published to preliminary.istio.io or the Istio wiki. | ||
|
||
- [] Basic feature docs are published on preliminary.istio.io describing what the feature does, how to use it, and any caveats. | ||
|
||
- [] Release notes entries added as appropriate | ||
|
||
- [] Upgrade notes entries added as appropriate |
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.
- [] Reference docs are published to preliminary.istio.io or the Istio wiki. | |
- [] Basic feature docs are published on preliminary.istio.io describing what the feature does, how to use it, and any caveats. | |
- [] Release notes entries added as appropriate | |
- [] Upgrade notes entries added as appropriate | |
- [ ] Reference docs are published to preliminary.istio.io or the Istio wiki. | |
- [ ] Basic feature docs are published on preliminary.istio.io describing what the feature does, how to use it, and any caveats. | |
- [ ] Release notes entries added as appropriate | |
- [ ] Upgrade notes entries added as appropriate |
- [] Automated integration tests cover core use cases with the feature enabled. | ||
- [] When disabled, the feature does not affect system stability or performance. |
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.
- [] Automated integration tests cover core use cases with the feature enabled. | |
- [] When disabled, the feature does not affect system stability or performance. | |
- [ ] Automated integration tests cover core use cases with the feature enabled. | |
- [ ] When disabled, the feature does not affect system stability or performance. |
- [] The appropriate work group(s) have reviewed and approved promotion of the feature. | ||
- [] The TOC has reviewed and approved promotion of the feature as part of the | ||
roadmap for a release. |
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 appropriate work group(s) have reviewed and approved promotion of the feature. | |
- [] The TOC has reviewed and approved promotion of the feature as part of the | |
roadmap for a release. | |
- [ ] The appropriate work group(s) have reviewed and approved promotion of the feature. | |
- [ ] The TOC has reviewed and approved promotion of the feature as part of the roadmap for a release. |
|
||
[//]: # (The feature implementation section must be completed before submission of the document.) | ||
|
||
# Feature: |
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.
# Feature: | |
# Features |
|
||
## Experimental | ||
|
||
### Requirements: |
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.
### Requirements: | |
### Requirements |
- [X] Disabled by default. | ||
|
||
- [X] No impact on performance when the feature is disabled. |
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.
- [X] Disabled by default. | |
- [X] No impact on performance when the feature is disabled. | |
- [X] Disabled by default. | |
- [X] No impact on performance when the feature is disabled. |
|
||
## Beta | ||
|
||
### Requirements: |
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.
### Requirements: | |
### Requirements |
|
||
## Stable | ||
|
||
### Requirements: |
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.
### Requirements: | |
### Requirements |
PR needs rebase. 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. |
Resolves #142
Questions: