Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
b23bf87b
Verified
Commit
b23bf87b
authored
3 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
feat(kube-system): Manage kublet config by flux
parent
31b5178e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
clusters/k8s01/kube-system/kubeadm.yaml
+50
-0
50 additions, 0 deletions
clusters/k8s01/kube-system/kubeadm.yaml
clusters/k8s01/kube-system/kustomization.yaml
+5
-0
5 additions, 0 deletions
clusters/k8s01/kube-system/kustomization.yaml
with
55 additions
and
0 deletions
clusters/k8s01/kube-system/kubeadm.yaml
0 → 100644
+
50
−
0
View file @
b23bf87b
apiVersion
:
v1
data
:
kubelet
:
|
apiVersion: kubelet.config.k8s.io/v1beta1
authentication:
anonymous:
enabled: false
webhook:
cacheTTL: 0s
enabled: true
x509:
clientCAFile: /etc/kubernetes/pki/ca.crt
authorization:
mode: Webhook
webhook:
cacheAuthorizedTTL: 0s
cacheUnauthorizedTTL: 0s
cgroupDriver: systemd
clusterDNS:
- 10.96.0.10
clusterDomain: cluster.local
cpuManagerReconcilePeriod: 0s
evictionPressureTransitionPeriod: 0s
fileCheckFrequency: 0s
healthzBindAddress: 127.0.0.1
healthzPort: 10248
httpCheckFrequency: 0s
imageMinimumGCAge: 0s
kind: KubeletConfiguration
logging: {}
nodeStatusReportFrequency: 0s
nodeStatusUpdateFrequency: 0s
rotateCertificates: true
runtimeRequestTimeout: 0s
serverTLSBootstrap: true
shutdownGracePeriod: 0s
shutdownGracePeriodCriticalPods: 0s
staticPodPath: /etc/kubernetes/manifests
streamingConnectionIdleTimeout: 0s
syncFrequency: 0s
volumeStatsAggPeriod: 0s
kind
:
ConfigMap
metadata
:
annotations
:
kubeadm.kubernetes.io/component-config.hash
:
sha256:8912bdfe80280dffc9e637149eb28ce3727d3d140cb1e7d43174177989e59620
creationTimestamp
:
"
2022-01-12T21:54:32Z"
name
:
kubelet-config-1.21
namespace
:
kube-system
resourceVersion
:
"
211"
uid
:
e1b06474-d63b-454b-b58e-8102cc1fec6c
This diff is collapsed.
Click to expand it.
clusters/k8s01/kube-system/kustomization.yaml
0 → 100644
+
5
−
0
View file @
b23bf87b
apiVersion
:
kustomize.config.k8s.io/v1beta1
kind
:
Kustomization
namespace
:
system-upgrade
resources
:
-
kubeadm.yaml
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment