Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubernetes Kubespray Setup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tools
Ansible
Playbooks
Kubernetes Kubespray Setup
Commits
df35fb69
Commit
df35fb69
authored
4 years ago
by
Дмитрий Сафронов
Browse files
Options
Downloads
Patches
Plain Diff
Trunk
parent
054f3c89
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
setup.sh
+1
-1
1 addition, 1 deletion
setup.sh
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
df35fb69
...
...
@@ -18,6 +18,7 @@ stages:
.common
:
&common
variables
:
GIT_DEPTH
:
1
GIT_SUBMODULE_STRATEGY
:
recursive
ANSIBLE_FORCE_COLOR
:
"
True"
except
:
-
/^master$/
...
...
This diff is collapsed.
Click to expand it.
setup.sh
+
1
−
1
View file @
df35fb69
...
...
@@ -5,7 +5,7 @@
#git submodule update
#cd ..
apk add
--no-cache
build-base python3-dev libffi-dev libressl-dev
#
apk add --no-cache build-base python3-dev libffi-dev libressl-dev
python3
-m
venv
--upgrade
--system-site-packages
.venv-kubespray
.venv-kubespray/bin/pip3
install
--upgrade
pip setuptools wheel
...
...
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