Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 6eb2a89

Browse files
authored
Merge pull request #49 from microservices-demo/fix-k8s-deploy-doc
Add zipkin namespace flag
2 parents baa76ef + 3316cde commit 6eb2a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/kubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Weave Net and Weave Scope.
1313
* *Optional* [AWS Account](https://aws.amazon.com/)
1414
* *Optional* [awscli](http://docs.aws.amazon.com/cli/latest/userguide/installing.html)
1515

16-
<!-- deploy-doc require-env AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_DEFAULT_REGION TF_VAR_aws_region -->
16+
<!-- deploy-doc require-env AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_DEFAULT_REGION -->
1717
<!-- deploy-doc-start pre-install -->
1818

1919
curl -sSL https://get.docker.com/ | sh
20-
apt-get update && apt-get install -yq jq python-pip curl unzip build-essential python-dev
20+
apt-get install -yq jq python-pip curl unzip build-essential python-dev
2121
pip install awscli
2222
curl -o /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.7.11/terraform_0.7.11_linux_amd64.zip
2323
unzip /tmp/terraform.zip -d /usr/bin
@@ -126,7 +126,7 @@ There are two options for running Weave Scope, either you can run the UI locally
126126
<!-- deploy-doc-start create-infrastructure -->
127127

128128
master_ip=$(terraform output -json | jq -r '.master_address.value')
129-
ssh -i ~/.ssh/deploy-docs-k8s.pem ubuntu@$master_ip kubectl apply -f /tmp/manifests/sock-shop-ns.yaml -f /tmp/manifests
129+
ssh -i ~/.ssh/deploy-docs-k8s.pem ubuntu@$master_ip kubectl apply -f /tmp/manifests/sock-shop-ns.yaml -f /tmp/manifests/zipkin-ns.yaml -f /tmp/manifests
130130

131131
<!-- deploy-doc-end -->
132132

0 commit comments

Comments
 (0)