-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
case #19 complete and ready for tag :4 release
- Loading branch information
1 parent
975b560
commit cc966f5
Showing
6 changed files
with
20,847 additions
and
771 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
To generate the two yaml files: | ||
|
||
helm template ../istio-1.3.0/install/kubernetes/helm/istio-init --name istio-init --namespace istio-system > istio-init.yaml | ||
helm template ../istio-1.3.0/install/kubernetes/helm/istio --name istio --namespace istio-system --values values-minikube-rac-course.yaml > istio-main-minikube-profile.yaml | ||
|
||
|
||
TODO: why is istio-system not created? | ||
TODO: need to modify the above to remove HPA (see case #12) |
Oops, something went wrong.