Skip to content

maxlemieux/pixie-custom-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pixie-custom-registry

About

Automation for the custom image registry process documented by Pixie: https://docs.pixielabs.ai/reference/admin/deploy-options#custom-image-registry

pixie-custom-registry.sh will try to pull images for Pixie, its operators and dependencies, then it will create custom repositories on your existing AWS ECR registry and upload the tagged images.

What this script does not do: It does not create ECR registries. You will need a registry available to set the environment for REGISTRY_URL.

Requirements

Usage

Run the script:

AWS_REGION=us-east-1 REGISTRY_URL=12345.dkr.ecr.us-east-1.amazonaws.com ./pixie-custom-registry.sh

Check the AWS ECR console and you should see your new repositories.

Configure Helm

In the chart values.yaml:

pixie-chart:
  registry: "12345.dkr.ecr.us-east-1.amazonaws.com"

Notes

You can remove the temporary files after running the script:

downloaded/
yamls/
bundle.Dockerfile

About

Helper script for hosting custom images for Pixie

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages