* Update the Creating and Editing pages guide.
The Istio Steering Committee approved new guidelines for blog posts. This PR
implements the approved changes on the appropriate page.
* add a step to confirm that Bookinfo is running without ingress
to verify that the app with Istio runs correctly without ingress,
to separate Istio installation errors from Ingress configuration
errors, to prevent questions like these
https://stackoverflow.com/questions/54307216/istio-proxy-unable-to-connect-to-istio-pilot
* fix the links to the renamed section (confirm the app is accessible...)
* put the instructions to kill the pod after checking that the key/certificate are loaded
* add "if you created the secret, but..." before killing the pod
* the secret <secret name> -> the <secret name> secret
* kill -> delete
* Add new setup instructions about istio-cni
* Fix review nits.
* Add Istio CNI to about/features as an alpha status feature
* Reword intro and installation steps
* Add sidecar injection compatibility info
* fix review comments
* Fix wording nits from sdake
* Fix nits and formatting comments from geeknoid.
* Added general CNI spec link and Istio k8s requirements link.
* Add a user guide for Istio Vault CA integration
* Fix lint errors
* Use helm template values to simplify the config
* Address review comments
* Fix the link in a command
* Small fixes
* Add the formal process to become a member of an Istio repo.
This process is detailed as agreed upon by the Istio Technical Oversight Committee.
Signed-off-by: rcaballeromx <grca@google.com>
* Point to existing content related to community roles.
Signed-off-by: rcaballeromx <grca@google.com>
* Add a review process to our contribution guide.
To avoid PR from being merged before the content has been reviewed, contributors
must add a comment with the appropriate command beforehand. I've added this
process. Additionally, I cleaned up the process on how to contribute new
documents.
Signed-off-by: rcaballeromx <grca@google.com>
* Changed button above the list to fix linter issues.
Signed-off-by: rcaballeromx <grca@google.com>
* Change the removal of `/hold` to after review publication.
Now the process asks reviewers to comment with `/hold cancel` after publishing
the review but before the comments are addressed by the contributor.
Signed-off-by: rcaballeromx <grca@google.com>
* Fix small consistency issue.
Signed-off-by: rcaballeromx <grca@google.com>
- Fix formatting for the Subscribe link on blog pages. That got broken in some refactoring I did a while back.
- Remove a few *NOTE* and _NOTE_ instances and replace with the canonical icons
- Add a link to our community repo in the Getting Involved page.