alex-slynko / cfcr-jumpbox

Jumpbox specifically for CFCR projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfcf-jumpbox

Jumpbox specifically for CFCR projects

Example manifest

https://github.com/alex-slynko/cfcf-jumpbox/blob/master/manifests/cfcr-jumpbox.yml

CFCR deployment has to share links to make it work.

Here is the ops-file I have used:

- type: replace
  path: /instance_groups/name=master/jobs/name=kube-apiserver/provides?
  value:
    kube-apiserver:
      as: master
      shared: true
- type: replace
  path: /instance_groups/name=master/jobs/name=etcd/provides?
  value:
    etcd:
      as: etcd
      shared: true

About

Jumpbox specifically for CFCR projects


Languages

Language:Ruby 72.2%Language:Shell 26.9%Language:HTML 0.9%