Slackbot
06/13/2023, 9:31 AMXipeng Guan
06/13/2023, 9:56 AMkubectl -n yatai-system get secret yatai-common-env
Siddhanth Shetty
06/13/2023, 10:02 AMSiddhanth Shetty
06/13/2023, 1:26 PMXipeng Guan
06/13/2023, 1:33 PMSiddhanth Shetty
06/13/2023, 3:32 PMkubectl apply -f my_deployment.yaml
isnt creating a deployment?Siddhanth Shetty
06/14/2023, 9:41 AMhelm upgrade --install yatai-image-builder yatai-image-builder \
--repo <https://bentoml.github.io/helm-charts> \
-n yatai-image-builder \
--set dockerRegistry.server=$DOCKER_REGISTRY_SERVER \
--set dockerRegistry.inClusterServer=$DOCKER_REGISTRY_IN_CLUSTER_SERVER \
--set dockerRegistry.username=$DOCKER_REGISTRY_USERNAME \
--set dockerRegistry.password=$DOCKER_REGISTRY_PASSWORD \
--set dockerRegistry.secure=$DOCKER_REGISTRY_SECURE \
--set dockerRegistry.bentoRepositoryName=$DOCKER_REGISTRY_BENTO_REPOSITORY_NAME
in a different directory. 🙏 Still not able to kubectl apply
though.