Jordan Liggitt

Results 346 comments of Jordan Liggitt

v2 migration happened years ago, so I think it's safe to assume all migrated clusters have a .snap file at this point

Modifying the config prevents use of the in cluster config. cc @deads2k since I vaguely remember you hitting this when trying to plumb qps via flags

also reported in https://github.com/kubernetes/kubernetes/issues/104532, `--as` prevents use of in-cluster config

any message coming back with PDB language in it belongs to sig-apps

There are now multiple PRs in-progress trying to address this: * https://github.com/kubernetes/kubernetes/pull/69415 (allow all characters except `=`, stale, closed in favor of #83032) * https://github.com/kubernetes/kubernetes/pull/78910 (allow `:` only) * https://github.com/kubernetes/kubernetes/pull/83032...

> I do wonder if we have made our own lives extra complicated by overly-difficult compat rules that have little or no meaningful impact. The two-release rollout outlined above is...

I agree client-side validation of API data as duplication of the API server's job is not desired/recommended. For API objects used to store data for consumption (configmaps, secrets, envvars, etc),...

> Can we say that following are the remaining points/issues that need to be discussed before we proceed further: > 1. Whether to roll out the changes in a single...