https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md https://v1-10.docs.kubernetes.io/docs/setup/independent/high-availability/
#!/bin/bash
export ETCDCTL_API=3
| sudo iscsiadm -m discovery -t st -p 10.10.103.248 | |
| sudo iscsiadm --mode node --targetname "iqn.2018-01.vmware:speedtest" -p 10.10.103.248:3260 --login |
| apiVersion: rook.io/v1alpha1 | |
| kind: Pool | |
| metadata: | |
| name: replicapool | |
| namespace: rook | |
| spec: | |
| replicated: | |
| size: 3 | |
| --- | |
| apiVersion: storage.k8s.io/v1 |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: rook | |
| --- | |
| apiVersion: rook.io/v1alpha1 | |
| kind: Cluster | |
| metadata: | |
| name: rook | |
| namespace: rook |
| apiVersion: rbac.authorization.k8s.io/v1beta1 | |
| kind: ClusterRoleBinding | |
| metadata: | |
| name: kubernetes-dashboard | |
| labels: | |
| k8s-app: kubernetes-dashboard | |
| roleRef: | |
| apiGroup: rbac.authorization.k8s.io | |
| kind: ClusterRole | |
| name: cluster-admin |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: unifi-svc | |
| labels: | |
| app: unifi-app | |
| spec: | |
| ports: | |
| - port: 8080 | |
| type: NodePort |
| FROM ubuntu:xenial | |
| RUN apt-get update | |
| RUN apt-get install -y git build-essential check libcunit1 libcunit1-dev uuid-dev valgrind cmake libssl-dev automake libtool | |
| RUN git clone https://github.com/Comcast/parodus.git; cd parodus; git checkout master; mkdir build; cd build; cmake ..; make; make test |
I hereby claim:
To claim this, I am signing this object:
| # Copyright 2017 Mirantis | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may 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 is distributed on an "AS IS" BASIS, |
| version: '2' | |
| services: | |
| cassandra-server: | |
| image: cassandra:2 | |
| environment: | |
| CASSANDRA_START_RPC: "true" | |
| cassnadra-client: |