- 04 Aug, 2021 1 commit
-
-
Waqar Ahmed authored
-
- 07 Jun, 2021 1 commit
-
-
Waqar Ahmed authored
-
- 03 May, 2021 1 commit
-
-
Waqar Ahmed authored
This commit adds changes to update zfs-localpv from upstream. There have been breaking changes upstreamwhere how openebs-zfs-node behaves has changed and we should update accordingly.
-
- 29 Apr, 2021 3 commits
-
-
Waqar Ahmed authored
Remove zfs-localpv images from docker images to be added to k3s package We don't use zfs-localpv for charts we support. Users looking to use it can pull it from network automatically when they use it. This should reduce image size by a considerable size, almost ~200MB. Fix zfs operator Update generated bindata Remove zfs-operator from manifests K3s has an issue where it does not apply all CRDs specified. So we will be applying the zfs-operator manifest ourselves in this case to ensure all necessary bits are in place. Update pkg bind data Add zstd as build dep Remove docker.io from image tag names Fix zfs-localpv crd (#11) We had a bug in k3s where it was not applying the manifests in manifests directory properly ( similar to how we would expect with kubectl ) and the fault lied with it not specifically supporting beta version of CRD api which zfs-localpv specified upstream. However upstream zfs-localpv has fixed it by using the stable api verison ( the issue remains in k3s still but as we are not consuming the beta api anymore, we are not going to be hit by it ).
-
Waqar Ahmed authored
-
Waqar Ahmed authored
Add multus daemonset Add k3s debian package Update image tags for airgap install Add script to pull/save docker images during debian packaging Pull/save docker images during packaging Disable local-storage for k3s in systemd Remove klipper-helm from build Remove multus from airgapped message Make sure we kill dockerd in case of failure Remove multus daemonset Correctly pull docker images Add multus/plugins as deps Add helm as a dep Remove flannel manifest Add kuberouter yaml Disable default kube-proxy / network policy Add ipset/ipvsadm as deps Add (iptables/arptables/ebtables)-legacy as a dep Disable cloud controller by default Fix node name to ix-truenas Remove kuberouter deployment Add kube-router as dep
-
- 28 Apr, 2021 1 commit
-
-
Brad Davidson authored
The kube-apiserver cert should have the same SANs in the same order, excluding the extra user-configured SANs since this will only be used in-cluster. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 27 Apr, 2021 2 commits
-
-
Darren Shepherd authored
If key ends in "+" the value of the key is appended to previous values found. If values are string instead of a slice they are automatically converted to a slice of one string. Signed-off-by:
Darren Shepherd <darren@rancher.com>
-
Chris Kim authored
Signed-off-by:
Chris Kim <oats87g@gmail.com>
-
- 21 Apr, 2021 1 commit
-
-
Brad Davidson authored
* Add support for dual-stack cluster/service CIDRs and node addresses Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 19 Apr, 2021 2 commits
-
-
David Nuzik authored
Mark v1.20.6+k3s1 as stable
-
David Nuzik authored
Signed-off-by:
David Nuzik <david.nuzik@rancher.com>
-
- 16 Apr, 2021 2 commits
-
-
David Nuzik authored
-
David Nuzik authored
Add html comments so that helper text is not shown when posting the feature request.
-
- 15 Apr, 2021 1 commit
-
-
Darren Shepherd authored
Configuration will be loaded from config.yaml and then config.yaml.d/*.(yaml|yml) in alphanumeric order. The merging is done by just taking the last value of a key found, so LIFO for keys. Slices are not merged but replaced. Signed-off-by:
Darren Shepherd <darren@rancher.com>
-
- 14 Apr, 2021 6 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
Some of the new node compat tests take a while before failing as expected. We don't seem to need the additional time any longer to avoid flakes, so turn it down a bit. Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brad Davidson authored
* Update Kubernetes to v1.21.0 * Update to golang v1.16.2 * Update dependent modules to track with upstream * Switch to upstream flannel * Track changes to upstream cloud-controller-manager and FeatureGates Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brian Downs authored
Resolve local retention issue when S3 in use.
-
Brian Downs authored
Remove early return preventing local retention policy to be enforced resulting in N number of snapshots being stored. Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
- 13 Apr, 2021 2 commits
-
-
Brian Downs authored
Add hidden attribute to disable flags
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
- 12 Apr, 2021 2 commits
-
-
Brian Downs authored
add etcd s3 secret and access key flags to secret data
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
- 09 Apr, 2021 6 commits
-
-
Brad Davidson authored
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
Brian Downs authored
* update CoreDNS to 1.8.3 Rerun go generate and update the CoreDNS RBAC
-
Brian Downs authored
remove hidden attribute from cluster flags and related code
-
Erik Wilson authored
k3s v1.21 - Bump traefik to v2.4.8
-
Erik Wilson authored
Signed-off-by:
Erik Wilson <Erik.E.Wilson@gmail.com>
-
Erik Wilson authored
Signed-off-by:
Erik Wilson <Erik.E.Wilson@gmail.com>
-
- 08 Apr, 2021 1 commit
-
-
Brad Davidson authored
* Fix CI failures non-deterministic traefik chart repackaging * Update generated bindata Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
-
- 07 Apr, 2021 2 commits
-
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
Brian Downs authored
Signed-off-by:
Brian Downs <brian.downs@gmail.com>
-
- 02 Apr, 2021 2 commits
-
-
David Nuzik authored
Make v1.20.5+k3s1 stable
-
David Nuzik authored
Signed-off-by:
David Nuzik <david.nuzik@rancher.com>
-
- 31 Mar, 2021 3 commits
-
-
Xiao Deshi authored
refactor tunnel.go and controller.go, remove duplicated lines. Signed-off-by:
Xiao Deshi <xiaods@gmail.com>
-
Jacob Blain Christen authored
* Update to Kubernetes v1.20.5 * vendor: bumps for some containerd deps * go: bump to 1.16.2 for arm Signed-off-by:
Jacob Blain Christen <jacob@rancher.com> (cherry picked from commit 355fff3017b06cde44dbd879408a3a6826fa7125)
-
Frederic Crozat authored
Remove dependency on which binary, use shell internal equivalent. Signed-off-by:
Frederic Crozat <fcrozat@suse.com>
-
- 24 Mar, 2021 1 commit
-
-
Akihiro Suda authored
The repo has been moved. Signed-off-by:
Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
-