Skip to content

Commit 34cc519

Browse files
hidekazunapierreprinetti
authored andcommitted
[docs] Fix security group rules example (openshift#289)
Port number 443 is hard coded in master-user-data.sh so that 6443 is not needed. This patch removes 6443 from security group rules example.
1 parent e11bf1f commit 34cc519

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ For another example on networking in openstack, look here https://developer.open
6262
For the installer to work, a few security groups are required to be open. These may be different from the security groups needed to reach a cluster once its running. The following security group rules should be added to the security group of your chosing. For this example, we will suppose you created a security group names ``kubernetes`` that you will use for the cluster.
6363

6464
```bash
65-
openstack security group rule create --ingress --protocol tcp --dst-port 6443 kubernetes
6665
openstack security group rule create --ingress --protocol tcp --dst-port 22 kubernetes
6766
openstack security group rule create --ingress --protocol tcp --dst-port 3000:32767 kubernetes
6867
openstack security group rule create --ingress --protocol tcp --dst-port 443 kubernetes

0 commit comments

Comments
 (0)