Created the initial k3s configuration for personal use
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "k8s-flannel.network",
|
||||
"type": "flannel",
|
||||
"delegate": {
|
||||
"hairpin-mode": true,
|
||||
"force-address": "10.42.0.0/16",
|
||||
"master-plugin": true
|
||||
},
|
||||
"isDefaultGateway": true
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: ingress-nginx-controller-loadbalancer
|
||||
namespace: ingress-nginx
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/component: controller
|
||||
app.kubernetes.io/instance: ingress-nginx
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
- name: https
|
||||
port: 443
|
||||
protocol: TCP
|
||||
targetPort: 443
|
||||
type: LoadBalancer
|
||||
@@ -0,0 +1,4 @@
|
||||
csi:
|
||||
kubeletRootDir: "/var/lib/kubelet"
|
||||
defaultSettings:
|
||||
diskType: "flesystem"
|
||||
Reference in New Issue
Block a user