install.fairie/home/.chezmoiscripts/universal/run_onchange_after_81-kubesphere.yml.tmpl

16 lines
619 B
Cheetah
Raw Normal View History

{{- 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 -}}