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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
91721509
Unverified
Commit
91721509
authored
Aug 1, 2018
by
Rong Zhang
Committed by
GitHub
Aug 1, 2018
Browse files
Options
Downloads
Plain Diff
Merge pull request #3044 from jerryrelmore/patch-4
Clarify etcd deployment script failure mechanism
parents
1f283196
13850917
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/terraform/openstack/README.md
+5
-1
5 additions, 1 deletion
contrib/terraform/openstack/README.md
with
5 additions
and
1 deletion
contrib/terraform/openstack/README.md
+
5
−
1
View file @
91721509
...
@@ -32,7 +32,11 @@ floating IP addresses or not.
...
@@ -32,7 +32,11 @@ floating IP addresses or not.
-
Kubernetes worker nodes
-
Kubernetes worker nodes
Note that the Ansible script will report an invalid configuration if you wind up
Note that the Ansible script will report an invalid configuration if you wind up
with an even number of etcd instances since that is not a valid configuration.
with an even number of etcd instances since that is not a valid configuration. This
restriction includes standalone etcd nodes that are deployed in a cluster along with
master nodes with etcd replicas. As an example, if you have three master nodes with
etcd replicas and three standalone etcd nodes, the script will fail since there are
now six total etcd replicas.
### GlusterFS
### GlusterFS
The Terraform configuration supports provisioning of an optional GlusterFS
The Terraform configuration supports provisioning of an optional GlusterFS
...
...
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