Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k3s-apiserver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1caa1967
authored
2022-07-11 17:47:43 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Extend the correct master-env.
1 parent
be318804
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
docker-compose.yaml
docker-compose.yaml
View file @
1caa196
...
...
@@ -172,7 +172,7 @@ services:
"
--cluster-init"
,
]
environment
:
<<
:
*_x-k3s-
agent
-env
<<
:
*_x-k3s-
master
-env
K3S_NODE_NAME
:
master-1
k3s-master-2
:
...
...
@@ -185,7 +185,7 @@ services:
"
--server=http://k3s-master-1:6443"
,
]
environment
:
<<
:
*_x-k3s-
agent
-env
<<
:
*_x-k3s-
master
-env
K3S_NODE_NAME
:
master-2
k3s-master-3
:
...
...
@@ -198,7 +198,7 @@ services:
"
--server=http://k3s-master-1:6443"
,
]
environment
:
<<
:
*_x-k3s-
agent
-env
<<
:
*_x-k3s-
master
-env
K3S_NODE_NAME
:
master-3
k3s-coredns-1
:
...
...
Please
register
or
sign in
to post a comment