Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 544 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 544 Bytes

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