This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkg/apis/core/validation/validation_test.go b/pkg/apis/core/validation/validation_test.go | |
index 295f8425eab..8a9fdb68661 100644 | |
--- a/pkg/apis/core/validation/validation_test.go | |
+++ b/pkg/apis/core/validation/validation_test.go | |
@@ -1,27 +1,32 @@ | |
/* | |
-Copyright 2014 The Kubernetes Authors. | |
+ Copyright 2014 The Kubernetes Authors. | |
-Licensed under the Apache License, Version 2.0 (the "License"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//go:build !ignore_autogenerated | |
// +build !ignore_autogenerated | |
/* | |
Copyright The Kubernetes Authors. | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP kubernetes_feature_enabled [BETA] This metric records the data about the stage and enablement of a k8s feature. | |
# TYPE kubernetes_feature_enabled gauge | |
kubernetes_feature_enabled{name="APIListChunking",stage=""} 1 | |
kubernetes_feature_enabled{name="APIResponseCompression",stage="BETA"} 1 | |
kubernetes_feature_enabled{name="APIServerIdentity",stage="BETA"} 1 | |
kubernetes_feature_enabled{name="APIServerTracing",stage="BETA"} 1 | |
kubernetes_feature_enabled{name="APIServingWithRoutine",stage="ALPHA"} 0 | |
kubernetes_feature_enabled{name="AdmissionWebhookMatchConditions",stage=""} 1 | |
kubernetes_feature_enabled{name="AggregatedDiscoveryEndpoint",stage=""} 1 | |
kubernetes_feature_enabled{name="AllAlpha",stage="ALPHA"} 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP kubernetes_feature_enabled [BETA] This metric records the data about the stage and enablement of a k8s feature. | |
# TYPE kubernetes_feature_enabled gauge | |
kubernetes_feature_enabled{name="APIListChunking",stage=""} 1 | |
kubernetes_feature_enabled{name="APIResponseCompression",stage="BETA"} 1 | |
kubernetes_feature_enabled{name="APIServerIdentity",stage="BETA"} 1 | |
kubernetes_feature_enabled{name="APIServerTracing",stage="BETA"} 1 | |
kubernetes_feature_enabled{name="APIServingWithRoutine",stage="ALPHA"} 0 | |
kubernetes_feature_enabled{name="AdmissionWebhookMatchConditions",stage=""} 1 | |
kubernetes_feature_enabled{name="AggregatedDiscoveryEndpoint",stage=""} 1 | |
kubernetes_feature_enabled{name="AllAlpha",stage="ALPHA"} 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP kubernetes_feature_enabled [BETA] This metric records the data about the stage and enablement of a k8s feature. | |
# TYPE kubernetes_feature_enabled gauge | |
kubernetes_feature_enabled{name="APIListChunking",stage=""} 1 | |
kubernetes_feature_enabled{name="APIResponseCompression",stage="BETA"} 1 | |
kubernetes_feature_enabled{name="APIServerIdentity",stage="BETA"} 1 | |
kubernetes_feature_enabled{name="APIServerTracing",stage="BETA"} 1 | |
kubernetes_feature_enabled{name="APIServingWithRoutine",stage="ALPHA"} 0 | |
kubernetes_feature_enabled{name="AdmissionWebhookMatchConditions",stage=""} 1 | |
kubernetes_feature_enabled{name="AggregatedDiscoveryEndpoint",stage=""} 1 | |
kubernetes_feature_enabled{name="AllAlpha",stage="ALPHA"} 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File: ./staging/src/k8s.io/api/authentication/v1alpha1/zz_generated.prerelease-lifecycle.go | |
} | |
// APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison. | |
// It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or "k8s:prerelease-lifecycle-gen:deprecated" plus three minor. | |
func (in *SelfSubjectReview) APILifecycleRemoved() (major, minor int) { | |
return 1, 32 | |
----------------------------------------- | |
File: ./staging/src/k8s.io/api/apidiscovery/v2beta1/zz_generated.prerelease-lifecycle.go | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubernetes/website vs versioned_kube_features.go (& kube_features.go) Deltas and General Inaccuracies [final] | |
kubernetes/website Inaccuracies | |
Note: below kubernetes/website JSON is a custom struct and differs from the website syntax BUT the values/info is identical | |
TBD - Add AppArmorFields feature? (missing on kubernetes/website) | |
TBD - Add DisableAllocatorDualWrite feature (missing on kubernetes/website) | |
TBD - Add ReloadKubeletServerCertificateFile feature (missing on kubernetes/website) | |
Add missing GA entry for DisableCloudProviders |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"context" | |
"fmt" | |
v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" | |
"k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/fake" | |
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cluster/addons/dns/coredns/coredns.yaml.base b/cluster/addons/dns/coredns/coredns.yaml.base | |
index 3d438dce445..068c4f59e46 100644 | |
--- a/cluster/addons/dns/coredns/coredns.yaml.base | |
+++ b/cluster/addons/dns/coredns/coredns.yaml.base | |
@@ -74,7 +74,7 @@ data: | |
ttl 30 | |
} | |
prometheus :9153 | |
- forward . /etc/resolv.conf { | |
+ forward . 8.8.8.8 8.8.4.4 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"credHelpers": { | |
"asia.gcr.io": "gcloud", | |
"eu.gcr.io": "gcloud", | |
"gcr.io": "gcloud", | |
"marketplace.gcr.io": "gcloud", | |
"staging-k8s.gcr.io": "gcloud", | |
"us-central1-docker.pkg.dev": "gcloud", | |
"us-west2-docker.pkg.dev": "gcloud", | |
"us-west4-docker.pkg.dev": "gcloud", |