forked from kubernetes/kops
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing audit dynamic configuration (kubernetes#7392)
Signed-off-by: mmerrill3 <[email protected]>
- Loading branch information
mmerrill3
committed
Oct 24, 2019
1 parent
7ca9531
commit 5cf94c8
Showing
14 changed files
with
171 additions
and
2 deletions.
There are no files selected for viewing
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
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
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
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
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
63 changes: 63 additions & 0 deletions
63
nodeup/pkg/model/tests/apiServer/auditDynamicConfiguration/cluster.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
apiVersion: kops.k8s.io/v1alpha2 | ||
kind: Cluster | ||
metadata: | ||
creationTimestamp: "2016-12-10T22:42:27Z" | ||
name: minimal.example.com | ||
spec: | ||
kubeAPIServer: | ||
auditDynamicConfiguration: true | ||
kubernetesApiAccess: | ||
- 0.0.0.0/0 | ||
channel: stable | ||
cloudProvider: aws | ||
configBase: memfs://clusters.example.com/minimal.example.com | ||
etcdClusters: | ||
- etcdMembers: | ||
- instanceGroup: master-us-test-1a | ||
name: master-us-test-1a | ||
name: main | ||
- etcdMembers: | ||
- instanceGroup: master-us-test-1a | ||
name: master-us-test-1a | ||
name: events | ||
kubelet: | ||
featureGates: | ||
ExperimentalCriticalPodAnnotation: "true" | ||
AllowExtTrafficLocalEndpoints: "false" | ||
podManifestPath: "/etc/kubernetes/manifests" | ||
kubernetesVersion: v1.6.0 | ||
masterInternalName: api.internal.minimal.example.com | ||
masterPublicName: api.minimal.example.com | ||
networkCIDR: 172.20.0.0/16 | ||
networking: | ||
kubenet: {} | ||
nonMasqueradeCIDR: 100.64.0.0/10 | ||
sshAccess: | ||
- 0.0.0.0/0 | ||
topology: | ||
masters: public | ||
nodes: public | ||
subnets: | ||
- cidr: 172.20.32.0/19 | ||
name: us-test-1a | ||
type: Public | ||
zone: us-test-1a | ||
|
||
--- | ||
|
||
apiVersion: kops.k8s.io/v1alpha2 | ||
kind: InstanceGroup | ||
metadata: | ||
creationTimestamp: "2016-12-10T22:42:28Z" | ||
name: masters | ||
labels: | ||
kops.k8s.io/cluster: minimal.example.com | ||
spec: | ||
associatePublicIp: true | ||
image: kope.io/k8s-1.4-debian-jessie-amd64-hvm-ebs-2016-10-21 | ||
machineType: t2.medium | ||
maxSize: 1 | ||
minSize: 1 | ||
role: Master | ||
subnets: | ||
- us-test-1a |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.