-
Notifications
You must be signed in to change notification settings - Fork 18
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
Multiple DT staff cannot spin this up #33
Comments
To add some additional information as I was able to successfully run this codespace but initially also run into the issue Another issue I ran into was that the GitHub Search API seems to have issues with finding files based on file content. The same search that works perfectly through the GitHub Web UI doesnt return any results in the Search API. I think thats a current issue or limitation of GitHub. For this particular codelab however the "workaround" is to update the Dynatrace Workflow and - instead of waiting for the GitHub API Search Result - simply return the file name we are looking for - which is the deployment.yaml file. |
Thanks Adam and Andi, |
HI @163a - I just walked through the whole scenario and noticed the following Now - there is one other issue with the Workflow that opens the Pull Reuqest. It has acutally nothing to do with the Workflow but with the fact that GitHub currently doesnt seem to index those repositories. Therefore the GitHub API Search that this workflow does will always fail. To workaround this I simply commented the API Call to GitHub and hard-code the return of the apps/horizontal-scaling/hpa.yml when the uuid is c4e9324f-312f-4a1c-9d32-c8288d73626b or apps/vertical-scaling/deployment.yaml when uuid is bc1299a-58ae-4c19-9533-b19c1b8ca57f Let me know if this makes sense |
Raising this on behalf of a few Dynatrace employees struggling to spin this up:
A couple of us have tried, and we seem to always fail on post-create.
The best I got is a notebook and dashboard created, plus Kubernetes cluster talking to DT.
But it fails to create the workflows (or maybe I don't have the permissions to see them)
Problem 1
This is a manifestation of #22
Problem 2
Problem 3
The text was updated successfully, but these errors were encountered: