8000 GitHub - guangbochen/llmos-operator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guangbochen/llmos-operator

 
 

Repository files navigation

LLMOS-Operator

main-build Go Report Card Releases

Description

LLMOS-Operator is a Kubernetes controller that helps to manage the lifecycle and system components of the LLMOS.

Getting Started

Prerequisites

  • Go version v1.24.0+
  • Kubectl version v1.29.0+.
  • Access to a Kubernetes v1.29.0+ cluster.
  • Helm v3.0.0+

Installation

To deploy the llmos-operator on your k8s cluster, you can use the following commands:

Install the CRDs into the cluster:

$ make install-crds

Deploy the llmos-operator to the cluster:

$ make install

Uninstall

Delete the CRDs and llmos-operator from the cluster:

$ make uninstall-crds && make uninstall

License

Copyright 2024.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 94.3%
  • Shell 3.1%
  • Makefile 1.3%
  • Other 1.3%
0