Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankyang0529/node-manager
https://github.com/frankyang0529/node-manager
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frankyang0529/node-manager
- Owner: FrankYang0529
- License: apache-2.0
- Fork: true (harvester/node-manager)
- Created: 2023-03-21T03:34:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-29T08:07:55.000Z (3 months ago)
- Last Synced: 2024-08-29T09:34:06.708Z (3 months ago)
- Language: Go
- Size: 10.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Harvester Node Manager
========A node manager helps to manage the host kernel configuration of the [Harvester](https://github.com/harvester/harvester) cluster, eg: KSM.
## Branches
- `master` branch is used for development and release.
- `v0.1.x` branch is used for Harvester v1.2.x release.
- `v0.2.x` branch is used for Harvester v1.3.x release.## Manifests and Deploying
The `./manifests` folder contains useful YAML manifests to use for deploying and developing the Harvester node manager.
This simply YAML deployment creates a Daemonset using the `rancher/harvester-node-manager` container.## License
Copyright (c) 2022 [Rancher Labs, Inc.](http://rancher.com)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](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.