install.fairie/home/.chezmoiscripts/universal/run_onchange_after_81-kubesphere.yml.tmpl
2023-11-05 05:33:23 +00:00

15 lines
619 B
Cheetah

{{- if (ne .host.distro.family "windows") -}}
#!/usr/bin/env bash
# @file KubeSphere Installation / Configuration
# @brief Sets up KubeSphere
# @description
# This script sets up [KubeSphere](https://kubesphere.io/). KubeSphere is a distributed operating system for
# cloud-native application management, using Kubernetes as its kernel. It provides a plug-and-play architecture,
# allowing third-party applications to be seamlessly integrated into its ecosystem.
{{ includeTemplate "universal/profile" }}
{{ includeTemplate "universal/logg" }}
logg info 'KubeSphere integration coming soon..'
{{ end -}}