Git Product home page Git Product logo

terraform-provider-sealos's Introduction

raft-go

A raft consensus protocol implementation in Go.

terraform-provider-sealos's People

Contributors

lzihan avatar

Stargazers

 avatar  avatar

Watchers

 avatar

terraform-provider-sealos's Issues

Feature: support sealos provider


name: Feature Request
about: Suggest a new feature for the project
title: "[Feature Request] support sealos provider"
labels: feature request
assignees: ''

Feature Request Description

The sealos provider is used to log into the container registry on the specified server. After logging into the registry, you can pull and push images.

Feature Request Background

Based on the capabilities provided by sealos.

Expected Behavior

Login to the container registry through sealos provider.

provider "sealos" {
  username   = ""
  password   = ""
  auth_file  = ""
  cert_dir   = ""
  kubeconfig = ""
}

Possible Solutions (Optional)

TODO

Additional Context

sealos docs

Any Other Comments

TODO

Feature: support sealos_clusterfile resource


name: Feature Request
about: Suggest a new feature for the project
title: "[Feature Request] support sealos_clusterfile resource"
labels: feature request
assignees: ''

Feature Request Description

One-click deployment of k8s cluster through terraform based on sealos.

Feature Request Background

Based on the capabilities provided by sealos.

Expected Behavior

One-click deployment of k8s cluster through sealos_clusterfile resource.

resource "sealos_clusterfile" "example" {
  cluster_file = "test-cluster"
  config_file  = ["test-config-file"]
  env          = ["test-env"]
  set          = ["key1=value1", "key2=value2"]
  values       = ["values.yaml"]
}

Possible Solutions (Optional)

TODO

Additional Context

sealos docs

Any Other Comments

TODO

Feature: support sealos_cert resource


name: Feature Request
about: Suggest a new feature for the project
title: "[Feature Request] support sealos_cert resource"
labels: feature request
assignees: ''

Feature Request Description

The cert command in Sealos is used to update the API server certificates in a cluster. This guide provides detailed instructions on how to use this command and its options.

Feature Request Background

Based on the capabilities provided by sealos.

Expected Behavior

Update the API server certificates through sealos_cert resource.

resource "sealos_cert" "example" {
  cluster_name = "test-cluster-05"
  alt_names    = ["sealos.io", "10.103.97.2", "127.0.0.1", "localhost"]
}

Possible Solutions (Optional)

TODO

Additional Context

sealos docs

Any Other Comments

TODO

Feature: support sealos_cluster resource


name: Feature Request
about: Suggest a new feature for the project
title: "[Feature Request] support sealos_cluster resource"
labels: feature request
assignees: ''

Feature Request Description

One-click deployment of k8s cluster through terraform based on sealos.

Feature Request Background

Based on the capabilities provided by sealos.

Expected Behavior

One-click deployment of k8s cluster through sealos_cluster resource.

resource "sealos_cluster" "example" {
  cluster_name = "test-cluster"
  masters      = ["ip1", "ip2", "ip3"]
  nodes        = ["ip4", "ip5", "ip6"]
  command      = ["echo", "hello", "sealos"]
  config_file  = ["test-config-file"]
  env          = ["test-env"]
  images       = ["testimage1", "testimage2", "testimage3"]
  transport    = "test-transport"
  ssh {
    user      = "test-user"
    passwd    = "test-passwd"
    pk        = "test-pk"
    pk_passwd = "test-pk-passwd"
    port      = 22
  }
}

Possible Solutions (Optional)

TODO

Additional Context

sealos docs

Any Other Comments

TODO

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.