Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k8s-argocd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
k8s-let
k8s-argocd
Commits
f6b95ded
Commit
f6b95ded
authored
Nov 03, 2020
by
Bengt Giger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README, layout tweaks
parent
ee08f68a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
README.md
README.md
+9
-3
No files found.
README.md
View file @
f6b95ded
...
...
@@ -20,7 +20,9 @@ ansible-galaxy collection install -r roles/requirements.yml
Install tools from
`ansible`
directory on local machine; must be
*root*
, use sudo or root account (without sudo):
```
sudo ansible-playbook -l localhost pb_controlhost.yml```
```
sudo ansible-playbook -l localhost pb_controlhost.yml
```
Configure Rancher CLI
...
...
@@ -31,7 +33,9 @@ use the Rancher CLI to configure some basic projects. For a CLI login a
bearer token has to used. In the Rancher GUI, go to
*User / API & Keys*
and create an access key.
Login into Rancher CLI:
```
rancher --token
<bearer-token>
login https://ids-rnc.ethz.ch
```
```
rancher --token <bearer-token> login https://ids-rnc.ethz.ch
```
Rancher CLI can now create projects.
...
...
@@ -53,7 +57,9 @@ Install ArgoCD
Apply ArgoCD configuration in cluster. Change to directory corresponding to the desired cluster instance,
ie.
*k8s-argocd/tst*
. Then apply with
```
kustomize build . | kubectl apply -f -
```
```
kustomize build . | kubectl apply -f -
```
Change ArgoCD Password
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment