~/.minikube/profiles/minikube/config.json

1 개요[ | ]

~/.minikube/profiles/minikube/config.json
/root/.minikube/profiles/minikube/config.json
{
        "Name": "minikube",
        "KeepContext": false,
        "EmbedCerts": false,
        "MinikubeISO": "",
        "KicBaseImage": "gcr.io/k8s-minikube/kicbase:v0.0.36",
        "Memory": 2900,
        "CPUs": 2,
        "DiskSize": 20000,
        "VMDriver": "",
        "Driver": "docker",
        "HyperkitVpnKitSock": "",
        "HyperkitVSockPorts": [],
        "DockerEnv": null,
        "ContainerVolumeMounts": [
                "/var/hostpath-provisioner:/var/hostpath-provisioner"
        ],
        "InsecureRegistry": null,
        "RegistryMirror": [],
        "HostOnlyCIDR": "192.168.59.1/24",
        "HypervVirtualSwitch": "",
        "HypervUseExternalSwitch": false,
        "HypervExternalAdapter": "",
        "KVMNetwork": "default",
        "KVMQemuURI": "qemu:///system",
        "KVMGPU": false,
        "KVMHidden": false,
        "KVMNUMACount": 1,
        "APIServerPort": 0,
        "DockerOpt": null,
        "DisableDriverMounts": false,
        "NFSShare": [],
        "NFSSharesRoot": "/nfsshares",
        "UUID": "",
        "NoVTXCheck": false,
        "DNSProxy": false,
        "HostDNSResolver": true,
        "HostOnlyNicType": "virtio",
        "NatNicType": "virtio",
        "SSHIPAddress": "",
        "SSHUser": "root",
        "SSHKey": "",
        "SSHPort": 22,
        "KubernetesConfig": {
                "KubernetesVersion": "v1.25.3",
                "ClusterName": "minikube",
                "Namespace": "default",
                "APIServerName": "minikubeCA",
                "APIServerNames": null,
                "APIServerIPs": null,
                "DNSDomain": "cluster.local",
                "ContainerRuntime": "docker",
                "CRISocket": "",
                "NetworkPlugin": "cni",
                "FeatureGates": "",
                "ServiceCIDR": "10.96.0.0/12",
                "ImageRepository": "",
                "LoadBalancerStartIP": "",
                "LoadBalancerEndIP": "",
                "CustomIngressCert": "",
                "RegistryAliases": "",
                "ExtraOptions": null,
                "ShouldLoadCachedImages": true,
                "EnableDefaultCNI": false,
                "CNI": "bridge",
                "NodeIP": "",
                "NodePort": 8443,
                "NodeName": ""
        },
        "Nodes": [
                {
                        "Name": "",
                        "IP": "192.168.49.2",
                        "Port": 8443,
                        "KubernetesVersion": "v1.25.3",
                        "ContainerRuntime": "docker",
                        "ControlPlane": true,
                        "Worker": true
                }
        ],
        "Addons": {
                "ambassador": false,
                "auto-pause": false,
                "cloud-spanner": false,
                "csi-hostpath-driver": false,
                "dashboard": false,
                "default-storageclass": true,
                "efk": false,
                "freshpod": false,
                "gcp-auth": false,
                "gvisor": false,
                "headlamp": false,
                "helm-tiller": false,
                "inaccel": false,
                "ingress": true,
                "ingress-dns": false,
                "istio": false,
                "istio-provisioner": false,
                "kong": false,
                "kubevirt": false,
                "logviewer": false,
                "metallb": false,
                "metrics-server": false,
                "nvidia-driver-installer": false,
                "nvidia-gpu-device-plugin": false,
                "olm": false,
                "pod-security-policy": false,
                "portainer": false,
                "registry": false,
                "registry-aliases": false,
                "registry-creds": false,
                "storage-provisioner": true,
                "storage-provisioner-gluster": false,
                "volumesnapshots": false
        },
        "CustomAddonImages": null,
        "CustomAddonRegistries": null,
        "VerifyComponents": {
                "apiserver": true,
                "system_pods": true
        },
        "StartHostTimeout": 360000000000,
        "ScheduledStop": null,
        "ExposedPorts": [
                "80:80",
                "443:443"
        ],
        "ListenAddress": "",
        "Network": "",
        "Subnet": "",
        "MultiNodeRequested": false,
        "ExtraDisks": 0,
        "CertExpiration": 94608000000000000,
        "Mount": true,
        "MountString": "/var/hostpath-provisioner:/var/hostpath-provisioner",
        "Mount9PVersion": "9p2000.L",
        "MountGID": "docker",
        "MountIP": "",
        "MountMSize": 262144,
        "MountOptions": [],
        "MountPort": 0,
        "MountType": "9p",
        "MountUID": "docker",
        "BinaryMirror": "",
        "DisableOptimizations": false,
        "DisableMetrics": false,
        "CustomQemuFirmwarePath": "",
        "SocketVMnetClientPath": "/opt/socket_vmnet/bin/socket_vmnet_client",
        "SocketVMnetPath": "/var/run/socket_vmnet"
}

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}