Skip to content

Commit

Permalink
update docs for machine-config-server port change
Browse files Browse the repository at this point in the history
  • Loading branch information
kikisdeliveryservice committed Feb 1, 2019
1 parent 988feaa commit b977e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user/customization.md
Expand Up @@ -39,7 +39,7 @@ An example `worker.ign` is shown below. It has been modified to increase the HTT
"version": "2.2.0",
"config": {
"append": [{
"source": "https://test-cluster-api.example.com:49500/config/worker"
"source": "https://test-cluster-api.example.com:22623/config/worker"
}]
},
"security": {
Expand Down
4 changes: 2 additions & 2 deletions docs/user/openstack/README.md
Expand Up @@ -140,7 +140,7 @@ intended for initial cluster deployment and not highly available, to an
external load balancer.

The load balancer must serve ports 6443, 443, and 80 to any users of
the system. Port 49500 is for serving ignition startup configurations
the system. Port 22623 is for serving ignition startup configurations
to the OpenShift nodes and should not be reachable outside of the cluster.

The first step is to add floating IPs to all the master nodes:
Expand Down Expand Up @@ -211,7 +211,7 @@ Another useful thing to check is that the ignition configurations are
only available from within the deployment. The following command should
only succeed from a node in the OpenShift cluster:

* `curl https://<loadbalancer ip>:49500/config/master --insecure`
* `curl https://<loadbalancer ip>:22623/config/master --insecure`

Now that the DNS and load balancer has been moved, we can take down the existing
api VM:
Expand Down

0 comments on commit b977e42

Please sign in to comment.