-
Notifications
You must be signed in to change notification settings - Fork 29
Update development setup documentation and Tiltfile #1755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
chilagrow
wants to merge
2
commits into
percona:main
Choose a base branch
from
chilagrow:update-tilt-setup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chilagrow
commented
Jan 7, 2026
| 'everest-chart-deps', | ||
| 'HELM="go tool -modfile={0}/go.mod helm" make -C {1} deps'.format(backend_dir, everest_chart_dir), | ||
| ) | ||
| local('HELM="go tool -modfile={0}/go.mod helm" make -C {1} deps'.format(backend_dir, everest_chart_dir)) |
Contributor
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace asynchronous command with synchronous command to ensure dependencies are installed before moving on. Solves below error
Loading Tiltfile at: /Users/chilagrow/source/everest/dev/Tiltfile
Frontend Build enabled: True
Loading local .env file=/Users/chilagrow/source/everest/dev/.env
Using backend dir: /Users/chilagrow/source/everest
Using frontend dir: /Users/chilagrow/source/everest/ui
Using operator dir: /Users/chilagrow/source/everest-operator
Using chart dir: /Users/chilagrow/source/percona-helm-charts/charts/everest
Using PXC operator version: 1.18.0
Using PSMDB operator version: 1.21.1
Using PG operator version: 2.8.2
Using Everest operator build ENV vars: CGO_ENABLED=0 GOOS=linux
Using Everest server backend build ENV vars: CGO_ENABLED=0 GOOS=linux
Using Docker registry URL: k3d-registry:5000
Using Everest debug: False
Using Everest Operator debug: False
Need backup storage: True
ensure kustomize is installed
local: [ -x /Users/chilagrow/source/everest-operator/bin/kustomize ] || make -C /Users/chilagrow/source/everest-operator kustomize
build helm dependencies
installed helm dependencies
local: curl -s https://raw.githubusercontent.com/percona/percona-xtradb-cluster-operator/v1.18.0/deploy/bundle.yaml
local: curl -s https://raw.githubusercontent.com/percona/percona-server-mongodb-operator/v1.21.1/deploy/bundle.yaml
local: curl -s https://raw.githubusercontent.com/percona/percona-postgresql-operator/v2.8.2/deploy/bundle.yaml
Falling back to `kubectl kustomize` since `kustomize` was not found in PATH
Running: kubectl kustomize ../../everest-operator/config/crd
Running: helm template everest /Users/chilagrow/source/percona-helm-charts/charts/everest --namespace everest-system --values ./helm-values/webhook-tls-cert-values.yaml --set dbNamespace.enabled=false --set operator.init=false --set upgrade.preflightChecks=false --set olm.install=false --set createMonitoringResources=false --set monitoring.crds.enabled=true --set monitoring.crds.plain=false --set monitoring.namespaceOverride=everest-monitoring --set server.initialAdminPassword=admin
Traceback (most recent call last):
/Users/chilagrow/source/everest/dev/Tiltfile:290:20: in <toplevel>
Error in helm: command "helm template everest /Users/chilagrow/source/percona-helm-charts/charts/everest --namespace everest-system --values ./helm-values/webhook-tls-cert-values.yaml --set dbNamespace.enabled=false --set operator.init=false --set upgrade.preflightChecks=false --set olm.install=false --set createMonitoringResources=false --set monitoring.crds.enabled=true --set monitoring.crds.plain=false --set monitoring.namespaceOverride=everest-monitoring --set server.initialAdminPassword=admin" failed.
error: exit status 1
stdout:
stderr:
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_backupstorages.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_backupstorages.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_databaseclusterbackups.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_databaseclusterbackups.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_databaseclusterrestores.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_databaseclusterrestores.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_databaseclusters.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_databaseclusters.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_databaseengines.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_databaseengines.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_dataimporters.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_dataimporters.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_dataimportjobs.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_dataimportjobs.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_loadbalancerconfigs.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_loadbalancerconfigs.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_monitoringconfigs.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_monitoringconfigs.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_podschedulingpolicies.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_podschedulingpolicies.everest.percona.com.yaml
level=INFO msg="found symbolic link in path. Contents of linked file included and used" path=/Users/chilagrow/source/percona-helm-charts/charts/everest/crds/apiextensions.k8s.io_v1_customresourcedefinition_splithorizondnsconfigs.enginefeatures.everest.percona.com.yaml resolved=/Users/chilagrow/source/percona-helm-charts/charts/everest/charts/everest-crds/templates/apiextensions.k8s.io_v1_customresourcedefinition_splithorizondnsconfigs.enginefeatures.everest.percona.com.yaml
Error: an error occurred while checking for chart dependencies. You may need to run `helm dependency build` to fetch missing dependencies: found in Chart.yaml, but missing in charts/ directory: operator-lifecycle-manager
recharte
approved these changes
Jan 7, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates dev setup documentation and fixes a minor issue with tilt that didn't work for me.