mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Large changes to the docker deployment. Added kube-addon-manager as a static pod. The addon-manager deploys kube-proxy as a DaemonSet as well as Dashboard and DNS automatically. SecurityContextDeny is removed from the manifests. Also, the turnup.sh and turndown.sh scripts are removed because we don't need them anymore, they're covered by the online documentation
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# This file should be kept in sync with cluster/images/hyperkube/dashboard-rc.yaml
|
||||
# and cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
metadata:
|
||||
# Keep the name in sync with image version and
|
||||
# gce/coreos/kube-manifests/addons/dashboard counterparts
|
||||
name: kubernetes-dashboard-v1.0.1
|
||||
namespace: kube-system
|
||||
labels:
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# This file should be kept in sync with cluster/images/hyperkube/dashboard-svc.yaml
|
||||
# and cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-service.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
Reference in New Issue
Block a user