Skip to content

Commit

Permalink
Some documentation cleanup (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr authored May 20, 2021
1 parent 685ad94 commit 105f179
Show file tree
Hide file tree
Showing 88 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ This page provides help with the most common questions about Azure Service Opera
### Do I have to order the creation of resources through the operator? For instance, do I need to first create the EventHub namespace before creating the EventHub?
No, you can issue the creation of all resources at the same time. The operator will take care of waiting and requeuing the requests until the parent resource is ready and all resources will eventually be ready.

### If I need to add a new field to the spec of an existing CRD, do I need to increment the version of the CRD?
Yes, we follow semantic versioning to preserve backward compatibility. Please follow Kubebuilder's versioning [mechanism](https://book.kubebuilder.io/multiversion-tutorial/conversion-concepts.html) for this.

### Is there a guide that talks about how to develop an operator for a new Azure service?
There is a [step-by-step guide](/docs/howto/newoperatorguide.md) that walks you through this process.

Expand Down

0 comments on commit 105f179

Please sign in to comment.