Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
f5f17b96
Unverified
Commit
f5f17b96
authored
Sep 27, 2019
by
Erik Wilson
Committed by
GitHub
Sep 27, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #798 from yamt/remove-docker-compose-ha
Remove docker-compose-ha.yml for now
parents
73a1cfdd
aa22d963
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
55 deletions
+0
-55
docker-compose-ha.yml
docker-compose-ha.yml
+0
-55
No files found.
docker-compose-ha.yml
deleted
100644 → 0
View file @
73a1cfdd
version
:
'
3'
services
:
etcd
:
image
:
quay.io/coreos/etcd
command
:
/usr/local/bin/etcd -name etcd --data-dir /data --listen-client-urls http://0.0.0.0:2379 --advertise-client-urls http://etcd:2379
volumes
:
-
etcd:/data
ports
:
-
2379:2379
server
:
image
:
rancher/k3s:v0.8.1
command
:
server --disable-agent --bootstrap write
environment
:
-
K3S_STORAGE_BACKEND=etcd3
-
K3S_STORAGE_ENDPOINT=etcd:2379
-
K3S_CLUSTER_SECRET=somethingtotallyrandom
-
K3S_KUBECONFIG_OUTPUT=/output/kubeconfig.yaml
-
K3S_KUBECONFIG_MODE=666
volumes
:
-
k3s-server:/var/lib/rancher/k3s
# This is just so that we get the kubeconfig file out
-
.:/output
ports
:
-
6443:6443
server2
:
image
:
rancher/k3s:v0.8.1
command
:
server --disable-agent --bootstrap read
# restart to wait for the bootstrap data prepared by the primary server
restart
:
always
environment
:
-
K3S_STORAGE_BACKEND=etcd3
-
K3S_STORAGE_ENDPOINT=etcd:2379
volumes
:
-
k3s-server2:/var/lib/rancher/k3s
ports
:
-
16443:6443
node
:
image
:
rancher/k3s:v0.8.1
tmpfs
:
-
/run
-
/var/run
privileged
:
true
environment
:
-
K3S_URL=https://server:6443
-
K3S_CLUSTER_SECRET=somethingtotallyrandom
# Can also use K3S_TOKEN from /var/lib/rancher/k3s/server/node-token instead of K3S_CLUSTER_SECRET
#- K3S_TOKEN=K13849a67fc385fd3c0fa6133a8649d9e717b0258b3b09c87ffc33dae362c12d8c0::node:2e373dca319a0525745fd8b3d8120d9c
volumes
:
k3s-server
:
{}
k3s-server2
:
{}
etcd
:
{}
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