Knic Knic
d919a0b998
Mock out rootlessports on windows
5 years ago
Joakim Roubert
ce109602cb
package-cli: Remove superfluous file exist check
...
The command rm -f will succeed even if run for a file that does not
exist. Hence it is superfluous to existence check a file that we want
to purge with rm -f, which makes the script a bit simpler to read.
Change-Id: If4eafea568301f418e0dd533e7175781ebf6000a
Signed-off-by: Joakim Roubert <joakimr@axis.com>
5 years ago
Joakim Roubert
9307fcc332
package-cli: Remove redundant rm -rf build/data
...
Moving symlinks to containerd to a for loop makes maintenance easier.
It also reveals a duplicate, redundant, rm -rf build/data and one
duplicate, redundant, rm -rf bin/kubectl, that can be both be purged.
Change-Id: Id81a05dcf2dadcc60ef8171494a284fbe1630400
Signed-off-by: Joakim Roubert <joakim.roubert@axis.com>
5 years ago
Erik Wilson
553517e194
Merge pull request #1569 from ibuildthecloud/k3s-v1.18
...
k8s 1.18
5 years ago
Erik Wilson
0434eea44c
Disable conformance test for arm64
5 years ago
Erik Wilson
3986b4787f
Update to k8s 1.18.2
5 years ago
Darren Shepherd
46c7aba40a
Update sonobouy to v0.17.2
5 years ago
Darren Shepherd
dfcbd5a3c1
Update generated code
5 years ago
Darren Shepherd
a8d96112d9
Updates for k8s v1.18 support
5 years ago
Darren Shepherd
53ed13bf29
Update vendor
5 years ago
Knic Knic
7f77c9a3c8
enable agent to start on windows
5 years ago
Joakim Roubert
b313c196a1
package-cli: Remove redundant rm -rf build/data
...
Moving symlinks to containerd to a for loop makes maintenance easier;
also using the -f flag for ln rather than having a separate rm step.
It also reveals a duplicate, redundant, rm -rf build/data and one
duplicate, redundant, rm -rf bin/kubectl, that can be both be purged.
Signed-off-by: Joakim Roubert <joakim.roubert@axis.com>
5 years ago
Erik Wilson
c14dac9aa4
Merge pull request #1580 from erikwilson/use-channel-server-install-script
...
Use channel server for install script
5 years ago
Erik Wilson
5c3d7508a7
Merge pull request #1627 from loganhz/docker
...
Update docker vendor
5 years ago
Maciej Kucia
cae65ae648
install: Properly detect enabled selinux
5 years ago
loganhz
48eb3d8111
Update docker vendor
5 years ago
Erik Wilson
dddbd16305
Use channel server for install script
5 years ago
Erik Wilson
b7ec43c997
Add channel yaml to k3s
5 years ago
sen-subhabrata
4006bb57d0
Fix for issue 1326, updated install.sh
...
Fix for issue 1326, added lines to delete /run/k3s and /run/flannel in create_uninstall() function.
5 years ago
Dario Nieuwenhuis
cd0b58e920
Correctly quote auth strings in containerd config. Fixes #1610
5 years ago
Erik Wilson
ce10c1f080
Check for k3s policy and provide install hints
5 years ago
Julien DOCHE
3c98290f0b
contrib/ansible: Add reset role and playbook to reset a node ( #1565 )
...
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
5 years ago
Joakim Roubert
bb0b4db228
Let variable handle go binary name in scripts ( #1532 )
...
During e.g. cross-compiling, it is sometimes useful to be able to have
another binary than the default one as the compiler. This patch for the
build scripts lets "go" be the default value for the variable GO, and
the latter is then used as the go compiler.
Change-Id: I0adf7a661b26593d9b0ea902a61b631b80e76ae7
Signed-off-by: Joakim Roubert <joakimr@axis.com>
5 years ago
Joakim Roubert
47e4e7b582
Dockerfile.dapper: Add proxy handling ( #1499 )
...
With this patch the dapper build will also work in environments behind
proxies.
Change-Id: I6d9c03d03d2e254043720fc7e77822826e4f38c8
Signed-off-by: Joakim Roubert <joakimr@axis.com>
5 years ago
Erik Wilson
08188cbb7e
Merge pull request #1497 from joakimr-axis/joakimr-axis_dockerfileshellcmd
...
Dockerfile.dapper: Use = instead of == for portability
5 years ago
Erik Wilson
cbceb0858a
Merge pull request #1495 from joakimr-axis/joakimr-axis_comparison
...
Fix inconsistent shell script comparison operator ==
5 years ago
Erik Wilson
9f8fc74e4d
Merge pull request #1494 from joakimr-axis/joakimr-axis_backticks
...
Use contemporary $() instead of legacy `` in shell commands
5 years ago
Erik Wilson
eb96a437e1
Merge pull request #1493 from joakimr-axis/joakimr-axis_markdown
...
Fix markdown files according to markdownlint recommendations
5 years ago
Erik Wilson
ceb6bfbbf3
Merge pull request #1275 from louiznk/feat/toleration/control_plane
...
feat: add NoSchedule toleration on key node-role.kubernetes.io/master
5 years ago
louiznk
45ab3e54ac
Merge branch 'master' into feat/toleration/control_plane
5 years ago
louis
f2a4e1d57d
feat: add master taint toleration to klipper, coredns, metrics-server, traefik and local-storage
5 years ago
Erik Wilson
805dcc07ab
Merge pull request #1566 from hvnsweeting/master
...
Fix error when get version using Wget
5 years ago
Joakim Roubert
4ea818c668
Merge branch 'master' into joakimr-axis_markdown
5 years ago
Joakim Roubert
36908f2152
Merge branch 'master' into joakimr-axis_comparison
5 years ago
Joakim Roubert
3857733b5c
Merge branch 'master' into joakimr-axis_backticks
5 years ago
Joakim Roubert
30f4cb60e2
Merge branch 'master' into joakimr-axis_dockerfileshellcmd
5 years ago
Erik Wilson
a9af4a27ff
Merge pull request #1560 from galal-hussein/use_mirrored_images
...
use mirrored images for traefik and coredns
5 years ago
galal-hussein
2b6faa925f
use mirrored images for traefik and coredns
5 years ago
Viet Hung Nguyen
f741e8f9c5
Fix error when get version using Wget
...
GitHub now returns lowercase:
wget -SqO /dev/null https://github.com/rancher/k3s/releases/latest |& grep -i location
location: https://github.com/rancher/k3s/releases/tag/v1.17.3+k3s1
5 years ago
Joakim Roubert
c589fb98e9
Merge branch 'master' into joakimr-axis_comparison
5 years ago
Joakim Roubert
c2eebc703e
Merge branch 'master' into joakimr-axis_backticks
5 years ago
Joakim Roubert
9521ccebc4
Merge branch 'master' into joakimr-axis_markdown
5 years ago
Joakim Roubert
a710a2b4df
Merge branch 'master' into joakimr-axis_dockerfileshellcmd
5 years ago
Erik Wilson
895618fc5b
Merge pull request #1559 from erikwilson/bump-cri-1.3.0-k3s5
...
Bump cri to 1.3.0-k3s.5
5 years ago
Erik Wilson
b6cb8149c0
Bump cri to 1.3.0-k3s.5
5 years ago
Joakim Roubert
7d206ea5c7
Merge branch 'master' into joakimr-axis_markdown
5 years ago
Joakim Roubert
b5b8545c6d
Merge branch 'master' into joakimr-axis_backticks
5 years ago
Joakim Roubert
9741fe7c85
Merge branch 'master' into joakimr-axis_comparison
5 years ago
Joakim Roubert
b7357c3abb
Merge branch 'master' into joakimr-axis_dockerfileshellcmd
5 years ago
Erik Wilson
e3a3b8221e
Merge pull request #1549 from erikwilson/package-airgap-image-list
...
Add airgap image list to release artifacts
5 years ago