-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Mesh scripts: doc/typos/fixes/clarifications/simplifications #1114
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
```release-note Improvements to the mesh expansion / vm setup script ```
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
install/tools/setupMeshEx.sh
Outdated
# ISTIO_STAGING - directory where istio artifacts are downloaded, default to current dir | ||
# ISTIO_VERSION - istio version. | ||
# ISTIO_NAMESPACE - defaults to istio-system, needs to be set for custom deployments | ||
# ISTIO_STAGING - directory where istio artifacts are downloaded, default to |
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.
ISTIO_STAGING is no longer being used given this PR. Perhaps remove this line.
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.
thx ! still cleaning up as I go but good catch
@@ -56,19 +73,6 @@ function istioInstall() { | |||
|
|||
chown -R istio-proxy /etc/certs |
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.
package must be installed first so the istio-proxy user exists
# SERVICE_NAMESPACE- namespace where the service account and service are running. Defaults to | ||
# the current workspace in kube config. | ||
|
||
# GCLOUD_OPTS - optional parameters for gcloud command, for example "--project P --zone Z". |
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.
called GCP_OPTS
* Fix for wrong doc of env vars, clarifications, formatting ```release-note Improvements to the mesh expansion / vm setup script ``` * Drop dependency on ISTIO_VERSION, clarify secret prefix vs svc account * Show what we wait for, more cleanup * Removed mixer-server * More fixes - use urls from istio.VERSION; check for dnsmasq
* Fix for wrong doc of env vars, clarifications, formatting ```release-note Improvements to the mesh expansion / vm setup script ``` * Drop dependency on ISTIO_VERSION, clarify secret prefix vs svc account * Show what we wait for, more cleanup * Removed mixer-server * More fixes - use urls from istio.VERSION; check for dnsmasq Former-commit-id: 79a9916
) * Fix for wrong doc of env vars, clarifications, formatting ```release-note Improvements to the mesh expansion / vm setup script ``` * Drop dependency on ISTIO_VERSION, clarify secret prefix vs svc account * Show what we wait for, more cleanup * Removed mixer-server * More fixes - use urls from istio.VERSION; check for dnsmasq Former-commit-id: 79a9916
Automatic merge from submit-queue fix format of the local tag in bin/push-docker The current local tag format is `$(whoami)_$(date +%y%m%d_%h%m%s)`. It seems the intention was to have the date as year, month, day, hour, minute, second. However, %h is a shortened month name like Aug, and %m is month. This way, month appears three time in the tag, for no reason. The correct format is %H for hours, %M for minutes and %S for seconds. **Release note**: ```release-note NONE ```
* Fix for wrong doc of env vars, clarifications, formatting ```release-note Improvements to the mesh expansion / vm setup script ``` * Drop dependency on ISTIO_VERSION, clarify secret prefix vs svc account * Show what we wait for, more cleanup * Removed mixer-server * More fixes - use urls from istio.VERSION; check for dnsmasq Former-commit-id: 79a9916
) * Fix for wrong doc of env vars, clarifications, formatting ```release-note Improvements to the mesh expansion / vm setup script ``` * Drop dependency on ISTIO_VERSION, clarify secret prefix vs svc account * Show what we wait for, more cleanup * Removed mixer-server * More fixes - use urls from istio.VERSION; check for dnsmasq Former-commit-id: 5ccd727
Automatic merge from submit-queue. [DO NOT MERGE] Auto PR to update dependencies of proxy This PR will be merged automatically once checks are successful. ```release-note none ```
Uh oh!
There was an error while loading. Please reload this page.