community-content icon indicating copy to clipboard operation
community-content copied to clipboard

Hetzner Online Community Project

Results 79 community-content issues
Sort by recently updated
recently updated
newest added

shellcheck shows improvement potential for [this](https://community.hetzner.com/tutorials/failover-script) failover script: ``` In a line 9: pard=$4 ^--^ SC2034: pard appears unused. Verify use (or export if used externally). In a line 12:...

This PR fixes issue #450 by a fixed `fail.sh` failover-script. This script has been: - reformatted with shfmt - shellcheck'ed - 1 error - 2 warning - 22 style -...

review wanted

I have read and understood the Contributor's Certificate of Origin available at the end of https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md and I hereby certify that I meet the contribution criteria described in it. Signed-off-by:...

## Problem it wasn't working out of the box ## Suggested Fix add "sysctl -w net.ipv6.conf.all.forwarding=1" to part of the setup. https://lowendtalk.com/discussion/180758/virtual-mac-abuse-on-hetzner-due-to-network-bridging-on-proxmox/p1?new=1

I have read and understood the Contributor's Certificate of Origin available at the end of https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md and I hereby certify that I meet the contribution criteria described in it. Signed-off-by:...

review wanted

## Problem When I try to install k3s on the master node with: ```curl -sfL https://get.k3s.io | sh -s - server \ --disable-cloud-controller \ --disable metrics-server \ --write-kubeconfig-mode=644 \ --disable...

help wanted

## Problem The following text is unclear to me: "For Borg to be enabled on your storage box, you must first enable the service on the Robot webinterface. To do...

question

I have read and understood the Contributor's Certificate of Origin available at the end of https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md and I hereby certify that I meet the contribution criteria described in it. Signed-off-by:...

pending

Hi all, Here is a new tuto. I hope you will like it. Feedback welcome. J. --- I have read and understood the Contributor's Certificate of Origin available at the...

review wanted

## Problem URL:`https://community.hetzner.com/tutorials/install-kubernetes-cluster` Step: _Last but not least deploy the Hetzner Cloud Container Storage Interface to the cluster_ ``` kubectl apply -f https://raw.githubusercontent.com/kubernetes/csi-api/release-1.14/pkg/crd/manifests/csidriver.yaml kubectl apply -f https://raw.githubusercontent.com/kubernetes/csi-api/release-1.14/pkg/crd/manifests/csinodeinfo.yaml kubectl apply -f...

needs action