G
Link: https://github.com/kubernetes/kubernetes/releases/tag/v1.17.0-rc.1
Release notes:
Kubernetes rc release v1.17.0-rc.1
Size: a a a
G
Kubernetes rc release v1.17.0-rc.1
G
See [kubernetes-announce@](https://groups.google.com/forum/#!forum/kubernetes-announce) and [CHANGELOG-1.17.md](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.17.md#v1170-rc1) for details.More
SHA256 for `kubernetes.tar.gz`: `efeb1e31d...
c
A
c
N
PK
A
G
Signed-off-by: Mrunal Patel [mrunalp@gmail.com](mailto:mrunalp@gmail.com)
TS
A
A node selector affects a single pod template, asking the scheduler to place it on a set of nodes. A NoSchedule taint affects all pods asking the scheduler to block all pods from being scheduled there.
A node selector is useful when the pod needs something from the node. For example, requesting a node that has a GPU. A node taint is useful when the node needs to be reserved for special workloads. For example, a node that should only be running pods that will use the GPU (so the GPU node isn't filled with pods that aren't using it)
G
v3.3.18
G
Please check out [CHANGELOG](https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md) for a full list of changes. And make sure to read [upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) before upg...More
G
version: v1.16.1
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
PK
A