mirror of https://github.com/linkerd/website.git
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 |
||
|---|---|---|
| .. | ||
| base | ||
| east | ||
| west | ||
| README.md | ||
README.md
Multicluster Manifests
Kustomize manifests to support the multicluster tutorials and demos. These are laid out as follows:
base- Take the podinfo manifest and add namespaces.west- Modify the color and naming.east- Modify the color and naming.