mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Use DNS for Elasticsearch
This commit is contained in:
@@ -6,9 +6,6 @@ containers:
|
||||
volumeMounts:
|
||||
- name: containers
|
||||
mountPath: /var/lib/docker/containers
|
||||
- name: hosts
|
||||
mountPath: /outerhost
|
||||
readOnly: true
|
||||
- name: varlog
|
||||
mountPath: /varlog
|
||||
volumes:
|
||||
@@ -20,7 +17,3 @@ volumes:
|
||||
source:
|
||||
hostDir:
|
||||
path: /var/log
|
||||
- name: hosts
|
||||
source:
|
||||
hostDir:
|
||||
path: /etc/hosts
|
||||
|
Reference in New Issue
Block a user