Alexander Brand

Results 39 issues of Alexander Brand

**What steps did you take and what happened:** Started Octant pointing to a cluster that's got a hardened RBAC setup. The kubeconfig specifies a namespace I have access to though....

The `v1.13.x` branch tracks the 1.13 release of Kubernetes. The `master` branch should track the v1.14 release.

enhancement
help wanted
good first issue
p1 - Important

Currently, swizzle deploys etcd as a systemd service on etcd nodes. Instead, we should leverage kubeadm to bootstrap the etcd cluster. Implementation: - [ ] Ensure docker, kubeadm, kubelet are...

enhancement
p1 - Important

Enable Kubernetes API audit logging with a default logging policy. When desired, users can provide their custom audit policy rules using an ansible variable. Fixes #138 Signed-off-by: Alexander Brand

hold

Creating this draft PR to get some eyes on this. In the current state, we are creating a systemd drop-in to get the kubelet into a working state so that...

**What steps did you take and what happened:** We are currently ignoring the kubeadm preflight checks. **What did you expect to happen:** Leverage the kubeadm preflight checks to detect any...

help wanted
good first issue
p1 - Important

Currently, the swizzle playbook is installing the kubernetes packages (and prereqs) to the etcd nodes. This is fine when deploying stacked masters, but seems unnecessary when deploying etcd as an...

help wanted

Many large organizations typically require all internet-bound traffic to traverse an HTTP proxy. We should support the ability to specify proxy configuration and flow that config to the swizzle tasks...

help wanted

We were digging into Cloud Functions and OpenTelemetry and ran into an issue with getting the `traceparent` header to ensure tracing context is propagated. We noticed that the problem was...

Consuming kuberang's output from another tool should be easier if we output a JSON report.