GoogleCloudPlatform / elcarro-oracle-operator

El Carro is a new project that offers a way to run Oracle databases in Kubernetes as a portable, open source, community driven, no vendor lock-in container orchestration system. El Carro provides a powerful declarative API for comprehensive and consistent configuration and deployment as well as for real-time operations and monitoring.
Apache License 2.0
209 stars 55 forks source link

Add PodSpec and Affinity field to instances. #329

Closed tabbyl21 closed 1 year ago

tabbyl21 commented 1 year ago

In this commit we create a field called podSpec in an instance. The podSpec struct contains fields that are specific to pods, ie affinity, tolerations. We initially add the ability to configure pod affinities for instances through this field.

bug: 273600536

Change-Id: I26a19e697477c4af1f11cff88761d816b298c4b3

google-oss-prow[bot] commented 1 year ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: tabbyl21 Once this PR has been reviewed and has the lgtm label, please assign aravindous for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/GoogleCloudPlatform/elcarro-oracle-operator/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment