example(edge): basic example on how to deploy edge #62
No reviewers
Labels
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
professional-service-best-practices/professional-service!62
Loadingβ¦
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "example/stec-example"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Checklist
π€ AI PR Review
π Spelling & Grammar
β No spelling or grammar issues found.
ποΈ Infrastructure Changes
β οΈ Destructive: All resources are new and will be created β no deletions or replacements. No safer alternative needed.
π Security Review
β No security issues found.
π Example Consistency
β Example follows repository conventions.
π Example README
β Example READMEs are complete.
π Module Variable & Output Coverage
No relevant changes to review.
π¬ Commit Messages
β Commit messages are descriptive.
Generated automatically β treat as a hint, not a gate.
6346716698to4974afe494π€ AI PR Review
π Spelling & Grammar
β No spelling or grammar issues found.
ποΈ Infrastructure Changes
π Security Review
β No security issues found.
π Example Consistency
β Example follows repository conventions.
π Example README
β Example READMEs are complete.
π Module Variable & Output Coverage
No relevant changes to review.
π¬ Commit Messages
β Commit messages are descriptive.
Generated automatically β treat as a hint, not a gate.
@ -0,0 +27,4 @@# --- EdgeImage CRD ---------------------------------------------------------->&2 echo "==> Applying EdgeImage '${IMAGE_NAME}'..."This could be done with the Kubernetes Terraform provider and only do the download in the shell script
@ -0,0 +58,4 @@# --- Create EdgeCluster ------------------------------------------------------MANIFEST=$(mktemp)cat > "${MANIFEST}" <<YAMLThis could be done with the Kubernetes Terraform provider and only do the waiting in the shell script
I had the same idea. But I've only run into issues due to the fact that terraform is unable to poll an arbitrary CRD status field and block until a condition is met. Replacing it with the Kubernetes provider would require keeping the wait logic anyway (in null_resource), giving you more moving parts and worse error messages for no real gain.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on STACKIT Git.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.