Skip to content

llmos-ai/llmos-operator

Repository files navigation

LLMOS-Operator

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

Description

Getting Started

Prerequisites

  • Go version v1.22.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

Stars

Watchers

Forks

Releases

No releases published

Packages