forked from linkerd/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix multicluster tutorial and kustomize resources (linkerd#1264)
Fixes linkerd/linkerd2#7504 Kustomize breaking changes and other upgrades made that tutorial obsolete. Fixed with: - Removed namespaces from resources and patch, and instead use `kubectl -n test apply` - Having vars in the nginx' location targets implies declaring a dns resolver. Also extended FQDN for services is required. - The nginx container requires running as root to allow using apk to install cURL Also improved the tutorial itself: - Added instructions for installing viz - Removed not-required line-feeds in `echo` statements - http://localhost:8080/east requires cURL and doesn't work in the browser because of javascript reasons - Added missing directives in cleanup steps
- Loading branch information
Showing
4 changed files
with
32 additions
and
32 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