Commit 37caa68c authored by Darren Shepherd's avatar Darren Shepherd

Bump to rc8

parent 6602756a
version: '3' version: '3'
services: services:
server: server:
image: rancher/k3s:v0.1.0-rc6 image: rancher/k3s:v0.1.0-rc8
command: server --disable-agent command: server --disable-agent
environment: environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom - K3S_CLUSTER_SECRET=somethingtotallyrandom
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
- 6443:6443 - 6443:6443
node: node:
image: rancher/k3s:v0.1.0-rc6 image: rancher/k3s:v0.1.0-rc8
tmpfs: tmpfs:
- /run - /run
- /var/run - /var/run
......
#!/bin/sh #!/bin/sh
set -e set -e
VERSION=v0.1.0-rc6 VERSION=v0.1.0-rc8
info() info()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment