forked from k3s-io/k3s
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Qubad786
approved these changes
Dec 3, 2023
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.