Skip to content

Conversation

@danielledeleo
Copy link
Contributor

@danielledeleo danielledeleo commented Dec 13, 2022

This PR is a first crack at a much smaller replacement for subo, called e2.

The main change from subo is that it pulls templates from the e2core repo (not suborbital/templates) at the tag it was released at, unless told otherwise.

Testing:

make e2/install

e2 deploy --dryrun --branch jagger/e2-cli

The branch flag is necessary because the current release doesn't contain the templates.

@danielledeleo danielledeleo changed the base branch from main to connor/replace-coordinator December 13, 2022 21:38
Base automatically changed from connor/replace-coordinator to main December 14, 2022 16:33
util.LogInfo("Services:")
util.Command.Run("kubectl get svc -n suborbital")

return nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also try starting up the kubectl proxy and pinging the e2core health endpoint to make sure it's actually started and serving?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we'd just pull metadata from Kubernetes itself to ensure the services are healthy

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll make some changes to the templates to support this.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants