Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

beta features from provider like Spot VMs #41

Open
jetersen opened this issue Feb 13, 2022 · 2 comments
Open

beta features from provider like Spot VMs #41

jetersen opened this issue Feb 13, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@jetersen
Copy link

What problem are you facing?

Missing access to beta features such as spot VMs on the cluster resource.

apiVersion: container.gcp.jet.crossplane.io/v1alpha2
kind: Cluster
metadata:
  name: Worker-Cluster-1
spec:
  deletionPolicy: Delete
  providerConfigRef:
    name: crossplane-gcp
  forProvider:
    project: {{ .Values.projectID }}
    location: {{ .Values.region }}
    releaseChannel: regular
    nodeConfig:
      machineType: "n2d-standard-2"
      diskSizeGb: "100"
      spot: true

How could GCP Provider help solve your problem?

Provide access to beta features 👏

@jetersen jetersen added the enhancement New feature or request label Feb 13, 2022
@matanyall
Copy link

This would be really great, the cost savings + fault tolerance of k8s makes this a no-brainer

@sthomson-wyn
Copy link

I suggest changing the issue title to just generally adding beta features.

We need this feature for our cluster, but it is not present.

It exists in https://github.com/crossplane-contrib/provider-gcp-beta but that provider is missing even more features, which this provider has

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants