migrator

command module
v0.0.0-...-3aa062b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2024 License: GPL-3.0 Imports: 20 Imported by: 0

README

migrator

curl -sL \
    -H "Accept: application/vnd.github+json" \
    -H "Authorization: Bearer $GITHUB_TOKEN" \
    -H "X-GitHub-Api-Version: 2022-11-28" \
    https://api.github.com/user/repos \
    | jq -r ".[].full_name"

Kustomize directory structure:

./
├── base/
│   ├── deployment.yaml
│   ├── env
│   ├── ingress.yaml
│   ├── kustomization.yaml
│   └── service.yaml
└── overlays/
    ├── beta/
    │   ├── env
    │   ├── kustomization.yaml
    │   └── patch.yaml
    ├── development/
    │   ├── env
    │   ├── kustomization.yaml
    │   └── patch.json
    └── production/
        ├── env
        └── kustomization.yaml

Notes and Workarounds

  • ansible-deployers/vars/main.yml:

    ...
    secrets_reader_config_map: kubernetes-container-user
    ...
    
  • environment_vairables or environment_variables, depending on your mood and liking

  • additional_certificates in .kube

    • for example, in aion-nginx/.kube/environments/production-aionnginx.yaml
  • additional_certs in ansible-deployers

    • for example, in ansible-deployers/files/kubernetes_environment_overrides/aion-nginx/environments/beta-aionnginx.yaml

References

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL