pulumi-k0s


Namepulumi-k0s JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/ydkn/pulumi-k0s
SummaryA Pulumi package for creating and managing k0s clusters.
upload_time2024-02-23 09:44:54
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords pulumi kubernetes k0s
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/ydkn/pulumi-k0s/workflows/master/badge.svg)](https://github.com/ydkn/pulumi-k0s/actions)
[![NPM version](https://badge.fury.io/js/%40ydkn%2Fpulumi-k0s.svg)](https://www.npmjs.com/package/@ydkn/pulumi-k0s)
[![Python version](https://badge.fury.io/py/pulumi-k0s.svg)](https://pypi.org/project/pulumi-k0s)
[![NuGet version](https://badge.fury.io/nu/pulumi.k0s.svg)](https://badge.fury.io/nu/pulumi.k0s)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/ydkn/pulumi-k0s/sdk/go)](https://pkg.go.dev/github.com/ydkn/pulumi-k0s/sdk/go)

# k0s Pulumi Provider

Pulumi provider for [k0s](https://k0sproject.io) based on [k0sctl](https://github.com/k0sproject/k0sctl).

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    $ npm install @ydkn/pulumi-k0s

or `yarn`:

    $ yarn add @ydkn/pulumi-k0s

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_k0s

### Go

To use from Go, use `go get` to grab the latest version of the library

    $ go get github.com/ydkn/pulumi-k0s/sdk

### .NET

To use from .NET, install using `dotnet add package`:

    $ dotnet add package Pulumi.K0s

## Configuration

The following provider configuration options are available:

- `skipDowngradeCheck` - Do not check if a downgrade would be performed.
- `noDrain` - Do not drain nodes before upgrades/updates.

## Deploying

1. Push a tag to your repo in the format "v0.0.0" to initiate a release

   IMPORTANT: also add a tag in the format "sdk/v0.0.0" for the Go SDK

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ydkn/pulumi-k0s",
    "name": "pulumi-k0s",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pulumi kubernetes k0s",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/12/5d/0643c412cb3a4559a7f7d85cd4c0ca9fa497eedf7f2895d472ee35213403/pulumi_k0s-0.2.1.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/ydkn/pulumi-k0s/workflows/master/badge.svg)](https://github.com/ydkn/pulumi-k0s/actions)\n[![NPM version](https://badge.fury.io/js/%40ydkn%2Fpulumi-k0s.svg)](https://www.npmjs.com/package/@ydkn/pulumi-k0s)\n[![Python version](https://badge.fury.io/py/pulumi-k0s.svg)](https://pypi.org/project/pulumi-k0s)\n[![NuGet version](https://badge.fury.io/nu/pulumi.k0s.svg)](https://badge.fury.io/nu/pulumi.k0s)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/ydkn/pulumi-k0s/sdk/go)](https://pkg.go.dev/github.com/ydkn/pulumi-k0s/sdk/go)\n\n# k0s Pulumi Provider\n\nPulumi provider for [k0s](https://k0sproject.io) based on [k0sctl](https://github.com/k0sproject/k0sctl).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @ydkn/pulumi-k0s\n\nor `yarn`:\n\n    $ yarn add @ydkn/pulumi-k0s\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_k0s\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/ydkn/pulumi-k0s/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.K0s\n\n## Configuration\n\nThe following provider configuration options are available:\n\n- `skipDowngradeCheck` - Do not check if a downgrade would be performed.\n- `noDrain` - Do not drain nodes before upgrades/updates.\n\n## Deploying\n\n1. Push a tag to your repo in the format \"v0.0.0\" to initiate a release\n\n   IMPORTANT: also add a tag in the format \"sdk/v0.0.0\" for the Go SDK\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing k0s clusters.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/ydkn/pulumi-k0s",
        "Repository": "https://github.com/ydkn/pulumi-k0s"
    },
    "split_keywords": [
        "pulumi",
        "kubernetes",
        "k0s"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "125d0643c412cb3a4559a7f7d85cd4c0ca9fa497eedf7f2895d472ee35213403",
                "md5": "05cb84761e2891cc42bf3dbf467c91af",
                "sha256": "017d4b43679d8768205eabd308073e271a21169e5bcbe24f9cb425b5a5b012cd"
            },
            "downloads": -1,
            "filename": "pulumi_k0s-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "05cb84761e2891cc42bf3dbf467c91af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29793,
            "upload_time": "2024-02-23T09:44:54",
            "upload_time_iso_8601": "2024-02-23T09:44:54.216005Z",
            "url": "https://files.pythonhosted.org/packages/12/5d/0643c412cb3a4559a7f7d85cd4c0ca9fa497eedf7f2895d472ee35213403/pulumi_k0s-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 09:44:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ydkn",
    "github_project": "pulumi-k0s",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-k0s"
}
        
Elapsed time: 0.17962s