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
5d421adc
authored
2022-07-11 17:48:07 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove k3s-storage-1 from startup.
1 parent
1caa1967
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/start-docker.sh
scripts/start-docker.sh
View file @
5d421ad
...
...
@@ -29,7 +29,7 @@ _compose up -d k3s-master-1
_compose up -d k3s-coredns-1 k3s-coredns-2 k3s-coredns-3
"
$APISERVER_DIR
/scripts/install-cluster-dns.sh"
"
$CONTEXT_DIR
"
_compose up -d k3s-agent-1 k3s-agent-2
k3s-storage-1
"
${
k8s_nodes
[@]
}
"
_compose up -d k3s-agent-1 k3s-agent-2
"
${
k8s_nodes
[@]
}
"
_compose up -d k3s-master-2 k3s-master-3
"
$APISERVER_DIR
/scripts/wait-for-system-pods.sh"
1
#_compose up -d k3s-proxy
...
...
Please
register
or
sign in
to post a comment