Skip to content

Commit

Permalink
Merge pull request #273 from machi1990/docs/remove-accepted-enterpris…
Browse files Browse the repository at this point in the history
…e-orgs-list

docs: remove mentions of ENTERPRISE_CLUSTER_REGISTRATION_ALLOWED_ORGANIZATIONS
  • Loading branch information
MikeEdgar authored Feb 15, 2023
2 parents 58d9cb8 + c70e157 commit 5c4b392
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 23 deletions.
57 changes: 35 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,41 @@ KAS Installer allows the deployment and configuration of Managed Kafka Service
in a single K8s cluster.

## Contents
- [Prerequisites](#prerequisites)
- [Description](#description)
- [Usage](#usage)
- [Installation Modes](#installation-modes)
- [Standalone Mode](#standalone)
- [OCM Mode](#ocm)
- [Enterprise Mode](#enterprise)
- [Registering a Cluster](#registering-a-cluster)
- [De-Registering a Cluster](#de-registering-a-cluster)
- [Fleet Manager Parameter Customization](#fleet-manager-parameter-customization)
- [Instance Types](#instance-types)
- [SSO Providers](#sso-providers)
- [Custom Components](#custom-components)
- [Using rhoas CLI](#using-rhoas-cli)
- [Running the User Interface](#running-the-user-interface)
- [Custom TLS](#custom-tls)
- [Legacy Scripts](#legacy-scripts)
- [Running E2E Test Suite (experimental)](#running-e2e-test-suite-experimental)
- [kas-installer](#kas-installer)
- [Contents](#contents)
- [Prerequisites](#prerequisites)
- [Description](#description)
- [Usage](#usage)
- [Deploy Managed Kafka Service](#deploy-managed-kafka-service)
- [Installation Modes](#installation-modes)
- [Standalone](#standalone)
- [OCM](#ocm)
- [Enterprise](#enterprise)
- [Registering a Cluster](#registering-a-cluster)
- [De-Registering a Cluster](#de-registering-a-cluster)
- [Fleet Manager Parameter Customization](#fleet-manager-parameter-customization)
- [Service Customization](#service-customization)
- [Secret Customization](#secret-customization)
- [Instance Types](#instance-types)
- [Deploying to a single provider and region](#deploying-to-a-single-provider-and-region)
- [Deploying to multiple clusters/regions](#deploying-to-multiple-clustersregions)
- [SUPPORTED\_CLOUD\_PROVIDERS](#supported_cloud_providers)
- [CLUSTER\_LIST](#cluster_list)
- [KUBE\_CONFIG (standalone only)](#kube_config-standalone-only)
- [Custom Domain for the Data Plane](#custom-domain-for-the-data-plane)
- [Custom Components](#custom-components)
- [Using rhoas CLI](#using-rhoas-cli)
- [Service Account Maintenace](#service-account-maintenace)
- [Kafka Instance Maintenance](#kafka-instance-maintenance)
- [Kafka topics / consumergroups / ACL](#kafka-topics--consumergroups--acl)
- [Running the User Interface](#running-the-user-interface)
- [Custom TLS](#custom-tls)
- [Legacy scripts](#legacy-scripts)
- [Service Account Maintenance](#service-account-maintenance)
- [Generate an Access Token](#generate-an-access-token)
- [Kafka Instance Maintenance](#kafka-instance-maintenance-1)
- [Access the Kafka Cluster using command line tools](#access-the-kafka-cluster-using-command-line-tools)
- [Running E2E Test Suite (experimental)](#running-e2e-test-suite-experimental)

## Prerequisites

Expand Down Expand Up @@ -211,10 +228,6 @@ echo "KAS_FLEETSHARD_OPERATOR_SUBSCRIPTION_CONFIG='$(echo "${MY_CUSTOM_SUBSCRIPT
echo "REGISTERED_USERS_PER_ORGANISATION='[]'"
# Custom organization quota (allows deployment of standard instances), disabled/commented here
#echo "REGISTERED_USERS_PER_ORGANISATION='$(echo "${MY_CUSTOM_ORG_QUOTA}" | yq e -o=json -I=0)'"

# Example of how to allow registration of enterprise clusters for an organization not listed in kas-fleet-manager's default list
echo "ENTERPRISE_CLUSTER_REGISTRATION_ALLOWED_ORGANIZATIONS='[ 12345678 ]'"

```

### Secret Customization
Expand Down
2 changes: 1 addition & 1 deletion kas-installer-defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ KAS_FLEET_MANAGER_GIT_URL="${KAS_FLEET_MANAGER_GIT_URL:-"https://github.com/bf2f
# KAS Fleet Manager's git reference. A commit ID, branch name or tag can be used. The commit ID should be compatible with
# the container image contents used
#
KAS_FLEET_MANAGER_GIT_REF="${KAS_FLEET_MANAGER_GIT_REF:-"5e626134a52a36900aacb37397aacf79ac4c6b40"}"
KAS_FLEET_MANAGER_GIT_REF="${KAS_FLEET_MANAGER_GIT_REF:-"9b1a696bf1a80f8f2d3e0cacd3aa1e30d96204cf"}"

# [optional]
# KAS Fleet Manager container image tag. Defaults to first seven characters of the KAS_FLEET_MANAGER_GIT_REF
Expand Down

0 comments on commit 5c4b392

Please sign in to comment.