Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
dcb97e77
Unverified
Commit
dcb97e77
authored
5 years ago
by
Pierre Gaxatte
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix broken internal links (#5799)
parent
096de82f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/getting-started.md
+2
-2
2 additions, 2 deletions
docs/getting-started.md
with
2 additions
and
2 deletions
docs/getting-started.md
+
2
−
2
View file @
dcb97e77
...
@@ -36,7 +36,7 @@ ansible-playbook -i inventory/mycluster/hosts.yml cluster.yml -b -v \
...
@@ -36,7 +36,7 @@ ansible-playbook -i inventory/mycluster/hosts.yml cluster.yml -b -v \
--private-key=~/.ssh/private_key
--private-key=~/.ssh/private_key
```
```
See more details in the
[
ansible guide
](
ansible.md
)
.
See more details in the
[
ansible guide
](
docs/
ansible.md
)
.
### Adding nodes
### Adding nodes
...
@@ -81,7 +81,7 @@ kube-apiserver via port 8080. A kubeconfig file is not necessary in this case,
...
@@ -81,7 +81,7 @@ kube-apiserver via port 8080. A kubeconfig file is not necessary in this case,
because kubectl will use
<http://localhost:8080>
to connect. The kubeconfig files
because kubectl will use
<http://localhost:8080>
to connect. The kubeconfig files
generated will point to localhost (on kube-masters) and kube-node hosts will
generated will point to localhost (on kube-masters) and kube-node hosts will
connect either to a localhost nginx proxy or to a loadbalancer if configured.
connect either to a localhost nginx proxy or to a loadbalancer if configured.
More details on this process are in the
[
HA guide
](
ha-mode.md
)
.
More details on this process are in the
[
HA guide
](
docs/
ha-mode.md
)
.
Kubespray permits connecting to the cluster remotely on any IP of any
Kubespray permits connecting to the cluster remotely on any IP of any
kube-master host on port 6443 by default. However, this requires
kube-master host on port 6443 by default. However, this requires
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment