Giter Site home page Giter Site logo

Alibaba: PostgreSQLInstance.database.crossplane.io "app-postgresql" is invalid: spec.engineVersion: Unsupported value: "10.0": supported values: "9.6", "11" about provider-alibaba HOT 5 CLOSED

crossplane-contrib avatar crossplane-contrib commented on June 25, 2024
Alibaba: PostgreSQLInstance.database.crossplane.io "app-postgresql" is invalid: spec.engineVersion: Unsupported value: "10.0": supported values: "9.6", "11"

from provider-alibaba.

Comments (5)

hasheddan avatar hasheddan commented on June 25, 2024

@zzxwill I am going to move this over to the provider-alibaba repo 👍

from provider-alibaba.

zzxwill avatar zzxwill commented on June 25, 2024

By editing CustomResourceDefinition postgresqlinstances.database.crossplane.io and adding engineversion 9.4, I could deployed a PostgreSqlinstance successfully.

              engineVersion:
                description: 'EngineVersion specifies the desired PostgreSQL engine
                  version. Allowed Versions: 9.6 and 11.'
                enum:
                - "9.6"
                - "11"
                - "9.4"
                type: string

The RDS doc said The database engine and engine version that the RDS instance is running. Select PostgreSQL. Supported PostgreSQL versions are 9.4, 10, 11, and 12.
So I plan to modify the lines near https://github.com/crossplane/crossplane/blob/master/cluster/charts/crossplane-types/crds/database.crossplane.io_postgresqlinstances.yaml#L147 by creating an PR.

from provider-alibaba.

zzxwill avatar zzxwill commented on June 25, 2024

@zzxwill I am going to move this over to the provider-alibaba repo 👍

Okay, thanks. I am hesitated to decide which repo should I open this issue, crossplane or provider-alibaba. By investigation above, the root cause might locate in this repo, so I created it here. But I think you are right with the transfer. Thanks.

from provider-alibaba.

zzxwill avatar zzxwill commented on June 25, 2024

Moreover, the English version of RDS creation specification is wrong, those allowed engine version should among 9.4/10.0/11.0/12.0 per the Chinese version which I also verified myself.

from provider-alibaba.

zzxwill avatar zzxwill commented on June 25, 2024

Implemented by the linked PR.

from provider-alibaba.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.