Dashboard Deployment Release

Source: Internet
Author: User

Https://rawgit.com/kubernetes/dashboard/master/src/deploy/kubernetes-dashboard.yaml

# Copyright Google Inc. All rights reserved.## Licensed under the Apache License, Version 2.0 (the "License");  n compliance with the license.# obtain a copy of the License at## http://www.apache.org/licenses/LICENSE-2.0## Unless required by applicable law or agreed to in writing, software# distributed under the License was distributed on an " As is ' basis,# without warranties or CONDITIONS of any KIND, either express or implied.# see the License for the specific Language governing permissions and# limitations under the license.# Configuration to deploy release version of the Dashboa Rd ui.## Example Usage:kubectl create-f <this_file>kind:deploymentapiversion:extensions/v1beta1metadata:label S:app:kubernetes-dashboard Name:kubernetes-dashboard namespace:kube-systemspec:replicas:1 Selector:matchl Abels:app:kubernetes-dashboard Template:metadata:labels:app:kubernetes-dashboard # Comment the following annotaion if Dashboard must not being deployed on master annotations:scheduler.alpha.kubernet          Es.io/tolerations: |              [{"Key": "Dedicated", "operator": "Equal", "Value": "Master", "Effect": "Noschedule"}] spec:containers:-Name:kubernetes-dashboard ima  Ge:gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0-beta1 imagepullpolicy:always Ports:- containerport:9090 protocol:tcp args: # Uncomment the following line to manually specify Kuber          Netes API Server Host # IF not specified, Dashboard would attempt to auto Discover the API server and connect # to it.          Uncomment only if the default does isn't work. #---apiserver-host=http://my-address:port LivenessProbe:httpGet:path:/port:90 Initialdelayseconds:30 TimEOUTSECONDS:30---kind:serviceapiversion:v1metadata:labels:app:kubernetes-dashboard name:kubernetes-dashboard Namespace:kube-systemspec:type:nodeport ports:-port:80 targetport:9090 Selector:app:kubernetes-dashboar D

Dashboard Deployment Release

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.