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
6602756a
Commit
6602756a
authored
Feb 22, 2019
by
Darren Shepherd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump scripts to rc6
parent
cb5e4254
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
.drone.yml
.drone.yml
+5
-5
docker-compose.yml
docker-compose.yml
+2
-2
install.sh
install.sh
+4
-4
No files found.
.drone.yml
View file @
6602756a
...
@@ -42,7 +42,7 @@ steps:
...
@@ -42,7 +42,7 @@ steps:
dockerfile
:
package/Dockerfile
dockerfile
:
package/Dockerfile
password
:
password
:
from_secret
:
docker_password
from_secret
:
docker_password
repo
:
"
ibuildthecloud
/k3s"
repo
:
"
rancher
/k3s"
tag
:
"
${DRONE_TAG}-amd64"
tag
:
"
${DRONE_TAG}-amd64"
username
:
username
:
from_secret
:
docker_username
from_secret
:
docker_username
...
@@ -104,7 +104,7 @@ steps:
...
@@ -104,7 +104,7 @@ steps:
dockerfile
:
package/Dockerfile
dockerfile
:
package/Dockerfile
password
:
password
:
from_secret
:
docker_password
from_secret
:
docker_password
repo
:
"
ibuildthecloud
/k3s"
repo
:
"
rancher
/k3s"
tag
:
"
${DRONE_TAG}-arm64"
tag
:
"
${DRONE_TAG}-arm64"
username
:
username
:
from_secret
:
docker_username
from_secret
:
docker_username
...
@@ -166,7 +166,7 @@ steps:
...
@@ -166,7 +166,7 @@ steps:
dockerfile
:
package/Dockerfile
dockerfile
:
package/Dockerfile
password
:
password
:
from_secret
:
docker_password
from_secret
:
docker_password
repo
:
"
ibuildthecloud
/k3s"
repo
:
"
rancher
/k3s"
tag
:
"
${DRONE_TAG}-arm"
tag
:
"
${DRONE_TAG}-arm"
username
:
username
:
from_secret
:
docker_username
from_secret
:
docker_username
...
@@ -204,8 +204,8 @@ steps:
...
@@ -204,8 +204,8 @@ steps:
-
linux/amd64
-
linux/amd64
-
linux/arm64
-
linux/arm64
-
linux/arm
-
linux/arm
target
:
"
ibuildthecloud
/k3s:${DRONE_TAG}"
target
:
"
rancher
/k3s:${DRONE_TAG}"
template
:
"
ibuildthecloud
/k3s:${DRONE_TAG}-ARCH"
template
:
"
rancher
/k3s:${DRONE_TAG}-ARCH"
when
:
when
:
instance
:
instance
:
-
drone-publish.rancher.io
-
drone-publish.rancher.io
...
...
docker-compose.yml
View file @
6602756a
version
:
'
3'
version
:
'
3'
services
:
services
:
server
:
server
:
image
:
ibuildthecloud/k3s:v0.1.0-rc3
image
:
rancher/k3s:v0.1.0-rc6
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
:
ibuildthecloud/k3s:v0.1.0-rc3
image
:
rancher/k3s:v0.1.0-rc6
tmpfs
:
tmpfs
:
-
/run
-
/run
-
/var/run
-
/var/run
...
...
install.sh
View file @
6602756a
#!/bin/sh
#!/bin/sh
set
-e
set
-e
VERSION
=
v0.1.0-rc
3
VERSION
=
v0.1.0-rc
6
info
()
info
()
{
{
...
@@ -41,13 +41,13 @@ case $ARCH in
...
@@ -41,13 +41,13 @@ case $ARCH in
fatal Unknown architecture
$ARCH
fatal Unknown architecture
$ARCH
esac
esac
BINURL
=
https://github.com/
ibuildthecloud
/k3s/releases/download/
${
VERSION
}
/k3s
${
SUFFIX
}
BINURL
=
https://github.com/
rancher
/k3s/releases/download/
${
VERSION
}
/k3s
${
SUFFIX
}
HASHURL
=
https://github.com/
ibuildthecloud
/k3s/releases/download/
${
VERSION
}
/sha256sum-
${
ARCH
}
.txt
HASHURL
=
https://github.com/
rancher
/k3s/releases/download/
${
VERSION
}
/sha256sum-
${
ARCH
}
.txt
if
[
-d
/run/systemd
]
;
then
if
[
-d
/run/systemd
]
;
then
SYSTEMD
=
true
SYSTEMD
=
true
else
else
fatal
"Can not find systemd
or Docker
to use as a process supervisor for k3s"
fatal
"Can not find systemd to use as a process supervisor for k3s"
fi
fi
SUDO
=
sudo
SUDO
=
sudo
...
...
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