Skip to content

Commit

Permalink
Merge pull request #4 from slickwarren/main
Browse files Browse the repository at this point in the history
  • Loading branch information
kinarashah authored Mar 3, 2022
2 parents ed388fc + 4d34c2b commit 9c1176d
Show file tree
Hide file tree
Showing 10 changed files with 290 additions and 103 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,16 @@ rke:
foo: bar

# enable local auth endpoint
localClusterAuthEndpoint:
localClusterAuthEndpoint:
enabled: false
# specify fqdn of local access endpoint
# fqdn: foo.bar.example
# specify cacert of local access endpoint
# caCerts: ""

# Specify upgrade options
upgradeStrategy:
controlPlaneDrainOptions:
upgradeStrategy:
controlPlaneDrainOptions:
enabled: false
# deleteEmptyDirData: false
# disableEviction: false
Expand Down Expand Up @@ -155,6 +155,8 @@ For different cloud provider options on nodepools, checkout

[DigitalOcean](./charts/values-do.yaml)

[Harvester](./charts/values-harvester.yaml)

[Vsphere](./charts/values-vsphere.yaml)

[Azure](./charts/values-azure.yaml)
Expand All @@ -177,4 +179,4 @@ 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.
limitations under the License.
4 changes: 3 additions & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ For different cloud provider drivers:

[Digitalocean](./values-do.yaml)

[Azure](./values-azure.yaml)
[Harvester](./values-harvester.yaml)

[Azure](./values-azure.yaml)
Loading

0 comments on commit 9c1176d

Please sign in to comment.