This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| prometheus: | |
| prometheusSpec: | |
| replicas: 1 | |
| storageSpec: | |
| volumeClaimTemplate: | |
| metadata: | |
| name: data | |
| spec: | |
| storageClassName: openebs-jiva-default | |
| accessModes: ["ReadWriteOnce"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Source: http://kubernetes.io/docs/getting-started-guides/kubeadm/ | |
| ### setup terminal | |
| apt-get install -y dialog apt-utils bash-completion binutils | |
| echo 'colorscheme ron' >> ~/.vimrc | |
| echo 'set tabstop=2' >> ~/.vimrc | |
| echo 'set shiftwidth=2' >> ~/.vimrc | |
| echo 'set expandtab' >> ~/.vimrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Source: http://kubernetes.io/docs/getting-started-guides/kubeadm/ | |
| ### setup terminal | |
| apt-get install -y dialog apt-utils bash-completion binutils | |
| echo 'colorscheme ron' >> ~/.vimrc | |
| echo 'set tabstop=2' >> ~/.vimrc | |
| echo 'set shiftwidth=2' >> ~/.vimrc | |
| echo 'set expandtab' >> ~/.vimrc |
OlderNewer