Stephen D. Spencer

Results 18 comments of Stephen D. Spencer

When using a git repo source that you control (server-side), `MaxAuthTries` is the OpenSSH sshd server option that controls that threshold. I just checked the defaults included with the lastest...

That's a Kubernetes thing. It has to do with how patches work--very non-automated/human friendly--the idea being that a patch consisting of a partial manifest does not contain enough information to...

> This error comes from an upstream library [sigs.k8s.io/cli-utils](https://github.com/kubernetes-sigs/cli-utils/blob/master/pkg/object/objmetadata.go#L114) because it incorrectly assumes a resource cannot have an underscore in its name. > > A workaround for this error is...

[crickets](https://www.youtube.com/watch?v=8E6q9W8Ur2k)...

Sure ```json ⇶ k get deployments.apps -n flux-system source-controller -o jsonpath={.spec.template.spec.containers[0].resources} | jq -M . { "limits": { "cpu": "1", "memory": "1Gi" }, "requests": { "cpu": "50m", "memory": "64Mi" }...

The other part of what you asked for: current environment has 3 git sources and 1 helm repository with ~2 dozen charts

Apologies for the reply to the relatively ancient issue, but this should definitely be closed. FYI for anyone that should happen upon this issue, _touch(1)_ is primarily used for: `change...

(Also using EKS here) The easiest way I've found to mitigate this is to add a NOP init-container. I reuse the image:tag but amend it with ```yaml template: spec: initContainers:...

Include with the additions, though, that this will only affect you if you're using the `--iptables` flag (not default).

Yes. The system was designed for the kube api server hosting the kiam-server pod. The agent iptables rules are to intercept authn/z related requests and either fulfill the token request...