-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove references to Istio yamls attached to releases. #1243
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
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold I was too aggressive about |
|
/hold cancel |
|
This PR has merge conflicts. Please rebase. |
In 0.6 we will stop shipping Istio yamls, as we are not in the business of redistributing Istio (incl. supporting these yamls). In preparation for that, this change makes a few changes: 1. Update things to point to the 0.5.2 release 1. Point to our in-tree Istio files (which is what we were attaching) 1. For GKE, direct users to the Istio addon instead. 1. For GKE, add a pointer to CR-GKE (if folks wanted hosted). This is a half-measure to avoid things breaking. We need a page that points folks to the Istio docs, and calls out any specialized instructions for what Knative needs.
|
Rebased. |
|
/lgtm |
In 0.6 we will stop shipping Istio yamls, as we are not in the business of redistributing Istio (incl. supporting these yamls). In preparation for that, this change makes a few changes: 1. Update things to point to the 0.5.2 release 1. Point to our in-tree Istio files (which is what we were attaching) 1. For GKE, direct users to the Istio addon instead. 1. For GKE, add a pointer to CR-GKE (if folks wanted hosted). This is a half-measure to avoid things breaking. We need a page that points folks to the Istio docs, and calls out any specialized instructions for what Knative needs.
* Fix typo Knatve -> Knative (#1196) Signed-off-by: xichengliudui <1693291525@qq.com> * docs: Remove `--save` from `npm install` (#1206) See https://stackoverflow.com/a/19578808 * serving/samples/helloworld-php: render newline (#1224) * serving/samples/helloworld-php: render newline * Double quotes in README too * Fix a couple broken links to removed samples. (#1242) * Remove references to Istio yamls attached to releases. (#1243) In 0.6 we will stop shipping Istio yamls, as we are not in the business of redistributing Istio (incl. supporting these yamls). In preparation for that, this change makes a few changes: 1. Update things to point to the 0.5.2 release 1. Point to our in-tree Istio files (which is what we were attaching) 1. For GKE, direct users to the Istio addon instead. 1. For GKE, add a pointer to CR-GKE (if folks wanted hosted). This is a half-measure to avoid things breaking. We need a page that points folks to the Istio docs, and calls out any specialized instructions for what Knative needs. * Fix command line to extract LATEST_HOSTNAME (#1258) * address wrong manifest in gcppubsub sample (#1273) * fix broken demo (#1277)
In 0.6 we will stop shipping Istio yamls, as we are not in the business of
redistributing Istio (incl. supporting these yamls). In preparation for that,
this change makes a few changes:
This is a half-measure to avoid things breaking. We need a page that points
folks to the Istio docs, and calls out any specialized instructions for
what Knative needs.
Fixes: knative/serving#3670