-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-pick doc commits to release-0.1 (#221)
* Include steps to create istio-cni ns when missing (#174) Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com> Signed-off-by: bmangoen <bmangoen@redhat.com> * Fix minor typos in e2e readme file (#176) Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com> Signed-off-by: bmangoen <bmangoen@redhat.com> * Display a friendly message for missing K8s cluster (#175) Some of the Makefile commands require a running K8s cluster. When these commands are issued without an active cluster, we currently do not display a proper message, and users have to figure it out manually. This PR fixes that by verifying access to a running cluster and displaying a friendly message if not. Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com> Signed-off-by: bmangoen <bmangoen@redhat.com> * Add docs for sail-operator installation using CLI (#171) * Add installation with CLI doc Signed-off-by: bmangoen <bmangoen@redhat.com> * Use 0.1-nightly channel Signed-off-by: bmangoen <bmangoen@redhat.com> --------- Signed-off-by: bmangoen <bmangoen@redhat.com> * Prerequisites for installing using CLI (#179) Signed-off-by: bmangoen <bmangoen@redhat.com> * Add user docs for addons (#187) * Add user docs for addons Signed-off-by: Nick Fox <nfox@redhat.com> * Apply suggestions from code review Co-authored-by: Sridhar Gaddam <sgaddam@redhat.com> --------- Signed-off-by: Nick Fox <nfox@redhat.com> Co-authored-by: Sridhar Gaddam <sgaddam@redhat.com> Signed-off-by: bmangoen <bmangoen@redhat.com> * Remove outdated comments from Dockerfile (#194) We're not planning on using distroles Signed-off-by: Daniel Grimm <dgrimm@redhat.com> Signed-off-by: bmangoen <bmangoen@redhat.com> * Add enhancements/ directory (#191) * Add enhancements/ directory I added an enhancement template and a first SEP that discusses the process Signed-off-by: Daniel Grimm <dgrimm@redhat.com> * Added `backward compatibility` section to template Signed-off-by: Daniel Grimm <dgrimm@redhat.com> * Wording Signed-off-by: Daniel Grimm <dgrimm@redhat.com> * Add a sentence about istio design doc Signed-off-by: Daniel Grimm <dgrimm@redhat.com> --------- Signed-off-by: Daniel Grimm <dgrimm@redhat.com> Signed-off-by: bmangoen <bmangoen@redhat.com> * Add helm-publish make target (#203) * Add helm-publish target Signed-off-by: bmangoen <bmangoen@redhat.com> * Add comment for helm-publish target Signed-off-by: bmangoen <bmangoen@redhat.com> --------- Signed-off-by: bmangoen <bmangoen@redhat.com> * #204 Update Redme with enhancement process information (#205) Signed-off-by: frherrer <frherrer@redhat.com> Signed-off-by: bmangoen <bmangoen@redhat.com> --------- Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com> Signed-off-by: bmangoen <bmangoen@redhat.com> Signed-off-by: Nick Fox <nfox@redhat.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com> Signed-off-by: frherrer <frherrer@redhat.com> Co-authored-by: Sridhar Gaddam <sgaddam@redhat.com> Co-authored-by: Nick Fox <nick@nrfox.com> Co-authored-by: Daniel Grimm <dgrimm@redhat.com> Co-authored-by: Francisco Herrera <frherrer@redhat.com>
- Loading branch information
1 parent
9b9be64
commit d72f6f0
Showing
9 changed files
with
297 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This directory stores all of our Sail Enhancement Proposal (SEP) documents in markdown format. For more information on the process around enhancements, see [SEP1-enhancement-process.md](./SEP1-enhancement-process.md). If you want to create a SEP, be sure to check out the [SEP template](./SEP0-template.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
|Status | Authors | Created | | ||
|---------------------------------------------------|--------------|------------| | ||
|WIP/Proposed/Accepted/Declined/Implementation/Done | @dgn | 2024-07-09 | | ||
|
||
# SEP Template | ||
|
||
## Overview | ||
Some short paragraphs on what the enhancement attempts to solve and why it's important. | ||
|
||
## Goals | ||
Itemized list of things you want to achieve. Can be functional/nonfunctional requirements. | ||
|
||
## Non-goals | ||
Itemized list of things specifically excluded from the design. Could be either to simplify the review or to avoid misunderstandings. | ||
|
||
## Design | ||
This is free-form; use as many or few sub-headings as appropriate. The following are just examples, use them only if they apply to your SEP. | ||
|
||
### User Stories | ||
|
||
### API Changes | ||
|
||
### Architecture | ||
|
||
### Performance Impact | ||
|
||
### Backward Compatibility | ||
|
||
### Kubernetes vs OpenShift vs Other Distributions | ||
|
||
## Alternatives Considered | ||
Other approaches that have been discussed and discarded during or before the creation of the SEP. Should include the reasons why they have not been chosen. | ||
|
||
## Implementation Plan | ||
In the beginning, this should give a rough overview of the work required to implement the SEP. Later on when the SEP has been accepted, this should list the epics that have been created to track the work. | ||
|
||
## Test Plan | ||
When and how can this be tested? We'll want to automate testing as much as possible, so we need to start about testability early. | ||
|
||
## Change History (only required when making changes after SEP has been accepted) | ||
* 2024-07-09 Fixed a typo |
Oops, something went wrong.