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
14c0f368
Unverified
Commit
14c0f368
authored
3 years ago
by
zhougw
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
the KUESPRAYDIR defined but never used (#8930)
* fix dir error * the command line should align
parent
0761659a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/ansible.md
+1
-1
1 addition, 1 deletion
docs/ansible.md
docs/aws-ebs-csi.md
+3
-3
3 additions, 3 deletions
docs/aws-ebs-csi.md
with
4 additions
and
4 deletions
docs/ansible.md
+
1
−
1
View file @
14c0f368
...
...
@@ -13,7 +13,7 @@ KUBESPRAYDIR=kubespray
ANSIBLE_VERSION=2.12
virtualenv --python=$(which python3) $VENVDIR
source $VENVDIR/bin/activate
cd $KUESPRAYDIR
cd $KU
B
ESPRAYDIR
pip install -U -r requirements-$ANSIBLE_VERSION.txt
test -f requirements-$ANSIBLE_VERSION.yml && \
ansible-galaxy role install -r requirements-$ANSIBLE_VERSION.yml && \
...
...
This diff is collapsed.
Click to expand it.
docs/aws-ebs-csi.md
+
3
−
3
View file @
14c0f368
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