Julio Hawthorne

Results 5 issues of Julio Hawthorne

Hello @caffix - Unit and benchmark tests added to `config/resolvers_test.go` to improve code coverage for methods in `config/resolvers.go` - Moved functionality of `AddResolvers` and `AddResolver` methods into `SetResolvers` - Moved...

# Handy Kubernetes One-Liners ## Root Privesc ``` kubectl run r00t --restart=Never -it --rm --image alpine:latest --overrides \ '{ "spec": { "hostPID": true, "containers": [{ \ "name": "1", "image": "alpine",...

# Longhorn Troubleshooting: Cleaning up deleted nodes Even though I have deleted the nodes I added from Rancher UI, those nodes where still in Longhorn configuration. Hence, longhorn-manager where not...

# Avoid node scaling when performing `rke etcd snapshot-restore` When performing an `rke etcd snapshot-restore`, its strongly recommended that node configuration for the cluster is maintained until the restore is...

# Recovering from `rke etcd snapshot-restore` failures If an error is encountered while performing an etcd restoration from a snapshot, it's possible for failures to persist even after remediating the...