Skip to content
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

samples are not working #1251

Closed
gowrisankar22 opened this issue Aug 7, 2020 · 0 comments · Fixed by #1252
Closed

samples are not working #1251

gowrisankar22 opened this issue Aug 7, 2020 · 0 comments · Fixed by #1252
Labels
bug 🪲 Something isn't working

Comments

@gowrisankar22
Copy link

gowrisankar22 commented Aug 7, 2020

Describe the bug
I am getting errors while trying out almost all the samples mentioned over here.
https://github.com/Azure/azure-service-operator/blob/master/config/samples

To Reproduce
Steps to reproduce the behavior:
example:

  1. deploy https://github.com/Azure/azure-service-operator/blob/master/config/samples/azure_v1alpha1_postgresqlserver.yaml
Error from server: error when creating "postgres.yml": conversion webhook for azure.microsoft.com/v1alpha1, Kind=PostgreSQLServer failed: Post https://azureoperator-webhook-service.azureoperator-system.svc:443/convert?timeout=30s: no service port 'ƻ' found for service "azureoperator-webhook-service"
  1. deploy https://github.com/Azure/azure-service-operator/blob/master/config/samples/azure_v1alpha1_azuresqlserver.yaml
 k get azuresqldatabase.azure.microsoft.com/azuresqldatabase-sample

NAME                              PROVISIONED   MESSAGE
azuresqldatabase-sample-embrace                 sql.DatabasesClient#CreateOrUpdate: Failure sending request: StatusCode=404 -- Original Error: Code="ParentResourceNotFound" Message="Can not perform requested operation on nested resource. Parent resource 'sqlserver-sample-777' not found."

Expected behavior
it should create the resource in the azure successfully.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant