-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove setup scripts now that we have brew installation method; updat…
…ing help screenshot
- Loading branch information
Showing
10 changed files
with
135 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "smol_k8s_lab" | ||
version = "2.0.0b7" | ||
version = "2.0.0b8" | ||
description = "Bootstrap simple projects on Kubernetes with kind, k3d, and k3s. This is a beta release" | ||
authors = ["Jesse Hitch <[email protected]>", | ||
"Max Roby <[email protected]>"] | ||
|
@@ -11,7 +11,7 @@ homepage = "https://small-hack.github.io/smol-k8s-lab" | |
repository = "http://github.com/small-hack/smol-k8s-lab" | ||
documentation = "https://small-hack.github.io/smol-k8s-lab" | ||
keywords = ["kubernetes", "homelab", "kind", "k3s", "k8s"] | ||
classifiers = ["Development Status :: 3 - Alpha", | ||
classifiers = ["Development Status :: 4 - Beta", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Operating System :: MacOS :: MacOS X", | ||
|
@@ -20,7 +20,6 @@ classifiers = ["Development Status :: 3 - Alpha", | |
"Topic :: System :: Installation/Setup", | ||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)"] | ||
include = ["smol_k8s_lab/config/kind/kind_cluster_config.yaml", | ||
"smol_k8s_lab/config/extras/Brewfile", | ||
"smol_k8s_lab/config/default_config.yaml"] | ||
|
||
[tool.poetry.urls] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters