Ilya Dmitrichenko

Results 121 issues of Ilya Dmitrichenko

We should make sure to have test for all resources and out custom features, such as `encodeAsJSON` and `readFromFiles` in secrets and configmaps.

- [ ] [downwards API](https://kubernetes.io/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information/) - [ ] [`EnvVarSource`](https://godoc.org/k8s.io/client-go/pkg/api/v1#EnvVarSource) - `ObjectFieldSelector` - `ResourceFieldSelector` - `ConfigMapKeySelector` - `SecretKeySelector` - [ ] [`EnvFromSource`](https://godoc.org/k8s.io/client-go/pkg/api/v1#EnvFromSource) - `ConfigMapEnvSource` - `SecretEnvSource`

This version is latest commit on release-3.4, but go mod picks up and odd tag prefix for it (probably because package is not v3, so it looks for a v0...

It think it would be great to have a capability to scale target over time, so that one can use the tool to determine an optimal scale for some given...

enhancement
help wanted

One of the major downsides of traditional shells is the lack of direct support for any of well-known structured data formats (e.g. JSON, YAML, or even XML example). As a...

## CI failure ``` ✨ [kind-chart-testing] Creating namespace for connectivity check... ✨ [kind-chart-testing] Deploying echo-same-node service... ✨ [kind-chart-testing] Deploying same-node deployment... ✨ [kind-chart-testing] Deploying client deployment... ✨ [kind-chart-testing] Deploying client2...

area/CI
ci/flake

It seems like the metrics exposed right now do not adhere to best-practice. I'd like to discuss this before proposing any changes :)

Currently OpenShift docs have this: ``` for i in ${!FLUX_CONTROLLERS[@]}; do oc adm policy add-scc-to-user nonroot system:serviceaccount:${FLUX_NAMESPACE}:${FLUX_CONTROLLERS[$i]} done ``` This can be expressed as a role: ``` apiVersion: "rbac.authorization.k8s.io/v1" kind:...