Update Kubernetes to 1.18.0
Updates Kubernetes to 1.18.0 and removes patches that are no
longer needed. The directories themselves and the build code that deals
with patching is left intact since rebasing D389 and subsequent K8s work
would otherwise be unnecessarily complicated.
Test Plan: Should be covered by CI
X-Origin-Diff: phab/D470
GitOrigin-RevId: 5c7749926f0adcc8d58e3bff3ce6413bab1d797d
diff --git a/WORKSPACE b/WORKSPACE
index fce9c7f..c444885 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -106,7 +106,7 @@
kubernetes_external(
name = "kubernetes",
- version = "1.16.4",
+ version = "1.18.0",
)
load("//third_party/musl:external.bzl", "musl_external")