2023-02-16 03:55:03 +00:00
|
|
|
{{- if (ne .host.distro.family "windows") -}}
|
|
|
|
#!/usr/bin/env bash
|
2023-11-05 05:33:23 +00:00
|
|
|
# @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.
|
2023-02-16 03:55:03 +00:00
|
|
|
|
|
|
|
{{ includeTemplate "universal/profile" }}
|
|
|
|
{{ includeTemplate "universal/logg" }}
|
|
|
|
|
2024-05-28 03:50:11 +00:00
|
|
|
gum log -sl info 'KubeSphere integration coming soon..'
|
2023-02-16 03:55:03 +00:00
|
|
|
|
|
|
|
{{ end -}}
|