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
code-webis-cmd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
code-generic
code-webis-cmd
Commits
8c8020cb
Commit
8c8020cb
authored
Nov 18, 2019
by
Maik Fröbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add configuration lines that I have used to add betaweb as kubectl config
parent
194d8b4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
tools/k8s/openid-app/server.py
tools/k8s/openid-app/server.py
+5
-0
No files found.
tools/k8s/openid-app/server.py
View file @
8c8020cb
...
...
@@ -186,7 +186,12 @@ CMDLINE_TEMPLATE = """\
--server=https://webis6.medien.uni-weimar.de:6443
\\
--insecure-skip-tls-verify=true
kubectl config set-cluster betaweb
\\
--server=https://betaweb001.medien.uni-weimar.de:6443
\\
--insecure-skip-tls-verify=true
kubectl config set-context webis6 --cluster=webis6 --user="{u}"
kubectl config set-context betaweb --cluster=betaweb --user="{u}"
kubectl config use-context webis6
}}
...
...
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