Jordan Liggitt

Results 53 issues of Jordan Liggitt

The following files reference a metadata-only audit policy in order to prevent logging request/response contents for sensitive resources: * https://github.com/skymyyang/salt-k8s-ha/blob/master/salt/k8s/templates/kube-api-server/audit-policy.yml.template A recent Kubernetes [bugfix](https://github.com/kubernetes/kubernetes/pull/102040) means that audit-logging of subresource requests...

https://github.com/codeedu/imersao-fullcycle-3/blob/main/codebank/Dockerfile references `go get github.com/spf13/cobra/cobra` The CLI command package has moved to github.com/spf13/cobra-cli. See https://github.com/spf13/cobra/issues/1597 for details. To install the CLI, switch to `go get github.com/spf13/cobra-cli` To install the library,...

Switches to use the extracted cobra-cli command since it is being removed from the github.com/spf13/cobra module (xref https://github.com/spf13/cobra/issues/1597)

https://github.com/codeedu/imersao-fullstack-fullcycle/blob/main/codepix/Dockerfile references `go get github.com/spf13/cobra/cobra` The CLI command package has moved to github.com/spf13/cobra-cli. See https://github.com/spf13/cobra/issues/1597 for details. To install the CLI, switch to `go get github.com/spf13/cobra-cli` To install the library,...

(Moved from https://github.com/Microsoft/vscode-go/issues/250, I didn't realize the symbol lookup was a separate project) I have a project using godeps to nest vendored packages. The project root is at `/Users/myuser/go/src/github.com/myuser/myrepo` The...

- One-line PR description: initial draft for KEP-3744 - Issue link: https://github.com/kubernetes/enhancements/issues/3744

cncf-cla: yes
sig/release
sig/architecture
size/L
kind/kep

### Enhancement Description - One-line enhancement description (can be used as a release note): Ensure Kubernetes releases are built using supported Go versions - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-release/3744-stay-on-supported-go-versions/ - Discussion...

stage/stable
sig/release
sig/architecture
lifecycle/stale

Controllers are using service account tokens to make API calls for builds/deployments/replication controllers. There are circumstances where their API tokens are no longer valid: 1. Token is deleted/rotated 2. Signing...

priority/P2
area/security
component/auth
help wanted
kind/feature
lifecycle/frozen

`hack/build-go.sh cmd/oc -tags=gssapi` produces an `oc` client capable of speaking Kerberos. However, the release builds (defined in origin.spec and hack/build-cross.sh) run on Linux, and are not able to cross-compile to...

priority/P3
help wanted
kind/feature
lifecycle/frozen

**What would you like to be added**: Migrate ownerReferences that refer to deprecated/no-longer-served Kubernetes API versions to current apiVersions **Why is this needed**: Objects can be created with ownerReferences pointing...

sig/api-machinery
kind/feature
lifecycle/frozen
needs-triage