Shavindri Dissanayake created STRATOS-1541: ----------------------------------------------
Summary: Update Installing Stratos with Kubernetes on EC2 Key: STRATOS-1541 URL: https://issues.apache.org/jira/browse/STRATOS-1541 Project: Stratos Issue Type: Bug Components: Documentation Reporter: Shavindri Dissanayake Update the content in [1] with the following as mentioned by Pubudu: 1. Kubectl version should be 1.0.1 and use the below link. https://storage.googleapis.com/kubernetes-release/release/v1.0.1/bin/linux/amd64/kubectl 2. In the kubernetes security group, we don't use the port 4500. It has changed to 30000 range. Actually this command should be changed as below to open the port range which is 30000 to 32767 aws ec2 authorize-security-group-ingress --group-name kubernetes --protocol tcp -p 30000-32767 --cidr 0.0.0.0/0 3. Step 10 should be changed to kubectl get nodes. Not minions. 4. Kubernetes-cluster json is wrong. Update it. [1] https://cwiki.apache.org/confluence/display/STRATOS/4.1.x+Install+Stratos+with+Kubernetes+on+EC2 -- This message was sent by Atlassian JIRA (v6.3.4#6332)