Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove openebs CSI installation/setup #40

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Remove openebs CSI installation/setup #40

merged 2 commits into from
Dec 19, 2023

Conversation

sonicaj
Copy link
Member

@sonicaj sonicaj commented Nov 29, 2023

No description provided.

@sonicaj sonicaj self-assigned this Nov 29, 2023
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eab3e79) 9.98% compared to head (b69bbe8) 9.99%.

Additional details and impacted files
@@              Coverage Diff               @@
##           truenas/master     #40   +/-   ##
==============================================
  Coverage            9.98%   9.99%           
==============================================
  Files                 150     150           
  Lines               10943   10933   -10     
==============================================
  Hits                 1093    1093           
+ Misses               9625    9615   -10     
  Partials              225     225           
Flag Coverage Δ
unittests 9.99% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sonicaj sonicaj merged commit 6a89405 into truenas/master Dec 19, 2023
14 of 18 checks passed
@sonicaj sonicaj deleted the NAS-125333 branch December 19, 2023 18:41
sonicaj added a commit that referenced this pull request Feb 12, 2024
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

Phase out docker from k3s (#30)

* Disable docker in k3s systemd unit file

* Update go dependencies

* Point to truenas/containerd for getting containerd in k3s

* Add k3s-kill script to remove containerd based containers

* Add k3s-kill script to debian package

* Do not download airgap images now

* Docker is not required to build k3s anymore

* Update go deps

* Stop all containers after stopping k3s process

* Limit core dumps for k3s and provide proxy variables to k3s so containerd can inherit them

Do not disable metrics server in k3s unit file (#32)

Python is no longer required to build k3s on bookworm (#33)

Fix go mods

Update zfs operator

Update auto generated bindings

Update go checksums reflecting changes in containerd (#35)

Add SMB/NFS CSI drivers (#36)

* Add SMB CSI

* Add NFS CSI

* Update pkg bind data

Update zfs operator manifests (#38)

Allow changing group ownership of kubeconfig file generated by k3s (#41)

* Add a cli flag to specify kubeconfig file group

* Make sure the cli flag gets picked up by the k3s config

* Specify the type of the flag for consumption

* Add changes to change/manipulate group of the k3s configuration file generated

Remove openebs CSI installation/setup (#40)

* Remove zfs-operator manifest

* Update pkg bind data
sonicaj added a commit that referenced this pull request Feb 12, 2024
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

Phase out docker from k3s (#30)

* Disable docker in k3s systemd unit file

* Update go dependencies

* Point to truenas/containerd for getting containerd in k3s

* Add k3s-kill script to remove containerd based containers

* Add k3s-kill script to debian package

* Do not download airgap images now

* Docker is not required to build k3s anymore

* Update go deps

* Stop all containers after stopping k3s process

* Limit core dumps for k3s and provide proxy variables to k3s so containerd can inherit them

Do not disable metrics server in k3s unit file (#32)

Python is no longer required to build k3s on bookworm (#33)

Fix go mods

Update zfs operator

Update auto generated bindings

Update go checksums reflecting changes in containerd (#35)

Add SMB/NFS CSI drivers (#36)

* Add SMB CSI

* Add NFS CSI

* Update pkg bind data

Update zfs operator manifests (#38)

Allow changing group ownership of kubeconfig file generated by k3s (#41)

* Add a cli flag to specify kubeconfig file group

* Make sure the cli flag gets picked up by the k3s config

* Specify the type of the flag for consumption

* Add changes to change/manipulate group of the k3s configuration file generated

Remove openebs CSI installation/setup (#40)

* Remove zfs-operator manifest

* Update pkg bind data
sonicaj added a commit that referenced this pull request Feb 12, 2024
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

Phase out docker from k3s (#30)

* Disable docker in k3s systemd unit file

* Update go dependencies

* Point to truenas/containerd for getting containerd in k3s

* Add k3s-kill script to remove containerd based containers

* Add k3s-kill script to debian package

* Do not download airgap images now

* Docker is not required to build k3s anymore

* Update go deps

* Stop all containers after stopping k3s process

* Limit core dumps for k3s and provide proxy variables to k3s so containerd can inherit them

Do not disable metrics server in k3s unit file (#32)

Python is no longer required to build k3s on bookworm (#33)

Fix go mods

Update zfs operator

Update auto generated bindings

Update go checksums reflecting changes in containerd (#35)

Add SMB/NFS CSI drivers (#36)

* Add SMB CSI

* Add NFS CSI

* Update pkg bind data

Update zfs operator manifests (#38)

Allow changing group ownership of kubeconfig file generated by k3s (#41)

* Add a cli flag to specify kubeconfig file group

* Make sure the cli flag gets picked up by the k3s config

* Specify the type of the flag for consumption

* Add changes to change/manipulate group of the k3s configuration file generated

Remove openebs CSI installation/setup (#40)

* Remove zfs-operator manifest

* Update pkg bind data
sonicaj added a commit that referenced this pull request Feb 12, 2024
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

Phase out docker from k3s (#30)

* Disable docker in k3s systemd unit file

* Update go dependencies

* Point to truenas/containerd for getting containerd in k3s

* Add k3s-kill script to remove containerd based containers

* Add k3s-kill script to debian package

* Do not download airgap images now

* Docker is not required to build k3s anymore

* Update go deps

* Stop all containers after stopping k3s process

* Limit core dumps for k3s and provide proxy variables to k3s so containerd can inherit them

Do not disable metrics server in k3s unit file (#32)

Python is no longer required to build k3s on bookworm (#33)

Fix go mods

Update zfs operator

Update auto generated bindings

Update go checksums reflecting changes in containerd (#35)

Add SMB/NFS CSI drivers (#36)

* Add SMB CSI

* Add NFS CSI

* Update pkg bind data

Update zfs operator manifests (#38)

Allow changing group ownership of kubeconfig file generated by k3s (#41)

* Add a cli flag to specify kubeconfig file group

* Make sure the cli flag gets picked up by the k3s config

* Specify the type of the flag for consumption

* Add changes to change/manipulate group of the k3s configuration file generated

Remove openebs CSI installation/setup (#40)

* Remove zfs-operator manifest

* Update pkg bind data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants