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
850b7466
Commit
850b7466
authored
9 years ago
by
Smana
Browse files
Options
Downloads
Patches
Plain Diff
remove deprecation warns and update doc
parent
652cbede
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+11
-2
11 additions, 2 deletions
README.md
roles/kubernetes/secrets/tasks/gen_certs.yml
+2
-2
2 additions, 2 deletions
roles/kubernetes/secrets/tasks/gen_certs.yml
roles/kubernetes/secrets/tasks/gen_tokens.yml
+2
-2
2 additions, 2 deletions
roles/kubernetes/secrets/tasks/gen_tokens.yml
with
15 additions
and
6 deletions
README.md
+
11
−
2
View file @
850b7466


The documentation can be found
[
THERE
](
https://docs.kubespray.io
)
##Deploy a production ready kubernetes cluster
[

](https://travis-ci.org/kubespray/kubespray)
-
Can be deployed on
**AWS, GCE, OpenStack or Baremetal**
-
**High available**
cluster
-
**Composable**
(Choice of the network plugin for instance)
-
Support most popular
**Linux distributions**
-
**Continuous integration tests**
For an easy way to use it, check out
[
**kargo-cli**
](
https://github.com/kubespray/kargo-cli
)
</br>
A complete
**documentation**
can be found
[
THERE
](
https://docs.kubespray.io
)
[

](https://travis-ci.org/kubespray/kargo)
This diff is collapsed.
Click to expand it.
roles/kubernetes/secrets/tasks/gen_certs.yml
+
2
−
2
View file @
850b7466
---
---
-
name
:
certs | write openssl config
-
name
:
certs | write openssl config
sudo
:
False
become
:
False
local_action
:
template src="openssl.conf.j2" dest="{{ role_path }}/files/openssl.conf"
local_action
:
template src="openssl.conf.j2" dest="{{ role_path }}/files/openssl.conf"
run_once
:
yes
run_once
:
yes
-
name
:
certs | run cert generation script
-
name
:
certs | run cert generation script
sudo
:
False
become
:
False
local_action
:
shell
local_action
:
shell
{{ role_path }}/scripts/make-ssl.sh
{{ role_path }}/scripts/make-ssl.sh
-f {{ role_path }}/files/openssl.conf
-f {{ role_path }}/files/openssl.conf
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes/secrets/tasks/gen_tokens.yml
+
2
−
2
View file @
850b7466
---
---
-
name
:
tokens | generate tokens for master components
-
name
:
tokens | generate tokens for master components
sudo
:
False
become
:
False
local_action
:
command "{{ role_path }}/scripts/kube-gen-token.sh" "{{ item[0] }}-{{ item[1] }}"
local_action
:
command "{{ role_path }}/scripts/kube-gen-token.sh" "{{ item[0] }}-{{ item[1] }}"
environment
:
environment
:
TOKEN_DIR
:
"
{{
role_path
}}/files/tokens"
TOKEN_DIR
:
"
{{
role_path
}}/files/tokens"
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
notify
:
set secret_changed
notify
:
set secret_changed
-
name
:
tokens | generate tokens for node components
-
name
:
tokens | generate tokens for node components
sudo
:
False
become
:
False
local_action
:
command "{{ role_path }}/scripts/kube-gen-token.sh" "{{ item[0] }}-{{ item[1] }}"
local_action
:
command "{{ role_path }}/scripts/kube-gen-token.sh" "{{ item[0] }}-{{ item[1] }}"
environment
:
environment
:
TOKEN_DIR
:
"
{{
role_path
}}/files/tokens"
TOKEN_DIR
:
"
{{
role_path
}}/files/tokens"
...
...
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