Coder Social home page Coder Social logo

tezos-pulumi's People

Contributors

harryttd avatar nicolasochem avatar orcutt989 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tezos-pulumi's Issues

TezosK8sHelmChart `config` property should only be a subset of properties

The type of TezosK8sHelmChart.config is pulumi Helm chart config's type ChartOpts | LocalChartOpts. This type is the input properties for a pulumi Helm chart component. This should not be the value of .config on our component. It only needs to be a subset of properties, such as values which is an object of the values that will be applied to the chart. config shouldn't be exposing fields such as skipCRDRendering rendering.

support the submodule method

We have the ability to deploy custom helm charts.

We need to preserve the ability to deploy custom images as well.

Allow passing custom paths for all tezos-k8s-images. When a custom path is given, use docker.buildAndPushImage to build it and pass the resulting image URL to the helm chart values.

This way we can keep having submodules in oxheadinfra whenever needed.

pulumi up fails with "no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1" "

When I tried to upgrade my cluster to join jakartanet, it failed with the following error:

Diagnostics:
  pulumi:pulumi:Stack (tezos-aws-jakarta):
    error: unable to recognize "/tmp/tmp-1154702CkN2h267UQqZ.tmp": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
 
    error: update failed
 
  eks:index:VpcCni (tezos-aws-jakarta-vpc-cni):
    error: Command failed: kubectl apply -f /tmp/tmp-1154702CkN2h267UQqZ.tmp
    error: unable to recognize "/tmp/tmp-1154702CkN2h267UQqZ.tmp": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
 
Resources:
    59 unchanged

Duration: 9s

Support ability to run module installed via a git url

One of the benefits is that we are not ever blocked by a release as we may choose to implement the module as it is at some commit.

I had experimented with this. I used npm script "postinstall" to compile the ts files after the module was installed via a git commit url. It worked fine for me locally. Jimmy and Nicolas had issues with it however. It didn't seem that all of the necessary files were being compiled.

Use pulumi Release component instead of Chart for alb controller

We should be able to use the Release component which would avoid us having to run a transformation that prevents the tls cert from regenerating on every pulumi deployment.

We might need to use this as well: https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/helm/aws-load-balancer-controller/values.yaml#L153

/** `keepTLSSecret` is broken:
* https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2312
* */
// keepTLSSecret: true,

Create CI flow

  • tests (none right now)
  • formatting / linting
  • pkg publishing on release

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.