Pires
Pires
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#immutable-secrets-and-configmaps
This is just a way for us to track changes to VK that we'll want to adopt for various reasons, such as reduce boilerplate code, improvements, bugfixes, etc. I'm not...
For instance, in RHEL7 (systemd 219), user-mode systemd doesn't seem to be a thing. Also, certain unit attributes we populate today are unsupported, such as: - `BindReadOnlyPaths` - `PrivateMounts` -...
It's always a good idea - or so I believe - to adopt some best-practices early on, before a project moves past the prototype phase. While growing functionality is always...
In Kubernetes 1.24, Service Account tokens will no longer be generated automatically and served through Secrets. Therefore, VK will stop being able to deliver said tokens. IIUC, VK has to...
In order to monitor resources provided by device plugins, monitoring agents need to be able to discover the set of devices that are in-use on the node and obtain metadata...
VK requires that the user provides a kubeconfig that is then used to do its business, ie register as a Node, watch Pods/Secrets/ConfigMaps. Getting to the point of having a...
This needs a bit more research on my side so assigning to me. If this proves to be a bug I must implement a test case that proves it. ###...
Fixes #56 Performed the following tests: - [x] (a) start up an etcd cluster; make sure that the number of expected servers is brought online - [x] (b) kill a...