Skip to content

Questions about the code level of AppDefinition #243

Answered by sgraband
wyhdil asked this question in Q&A
Discussion options

You must be logged in to vote

The "deployments" in your screenshots are not deployments, but Custom Resources (CRs). You can manually apply a CR using kubectl apply -f <fileName>. In a standard Theia Cloud deployment this would be done via the service that offers endpoints for requesting a new session (deployment).

Once the resource is applied to the cluster (it doesn't matter if that happens manually or via the service) the operator handles that resource and creates the deployment with the information of the CR. This is done, by replacing the placeholders in this file and then applying that file.

The replacements are happening here.

Hope this helps.

Replies: 1 comment 19 replies

Comment options

You must be logged in to vote
19 replies
@wyhdil
Comment options

@sgraband
Comment options

Answer selected by wyhdil
@wyhdil
Comment options

@wyhdil
Comment options

@sgraband
Comment options

@wyhdil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants