Deploy DCE 5.0 Enterprise on Oracle Linux R9/R8 U1¶
This page will guide you on how to deploy DCE 5.0 on Oracle Linux R9/R8 U1. Installer v0.8.0 and higher versions support this deployment method.
Prerequisites¶
- Read the Deployment Architecture in advance to confirm the deployment mode for this installation.
- Read the Deployment Requirements in advance to ensure that the network, hardware, ports, etc., meet the requirements.
- Read the Preparation in advance to verify machine resources and pre-checks.
Offline Installation¶
-
Download the full mode offline package. You can download the latest version from the Download Center.
CPU Architecture Version Download Link AMD64 v0.17.0 https://qiniu-download-public.daocloud.io/DaoCloud_Enterprise/dce5/offline-v0.17.0-amd64.tar After downloading, extract the offline package:
-
Download the Oracle Linux R9/R8 U1 image file.
-
Download the Oracle Linux R9/R8 U1 osPackage offline package.
-
Download the addon offline package. You can download the latest version from the Download Center (optional).
-
Set up the cluster configuration file clusterConfig.yaml. You can find this file in the
offline/sample
directory of the offline package and modify it as needed. The reference configuration is as follows:apiVersion: provision.daocloud.io/v1alpha3 kind: ClusterConfig metadata: spec: clusterName: oracle-cluster loadBalancer: type: metallb istioGatewayVip: 172.30.41.XXX/32 insightVip: 172.30.41.XXX/32 masterNodes: - nodeName: "g-master" ip: 172.30.41.XXX ansibleUser: "root" ansiblePass: "******" fullPackagePath: "/root/workspace/offline" osRepos: type: builtin isoPath: "/root/workspace/iso/OracleLinux-R9-U1-x86_64-dvd.iso" osPackagePath: "/root/workspace/os-pkgs/os-pkgs-oracle9-v0.5.4.tar.gz" imagesAndCharts: type: builtin binaries: type: builtin kubeanConfig: |- # Enable recommended sysctl settings to avoid 'too many open files' issues node_sysctl_tuning: true # Disable kubespray from installing public repo for Oracle Linux use_oracle_public_repo: false
Note
Due to an error with the
kpanda-controller-manager
component during installation, statingfailed to create fsnotify watcher: too many open files.
, it is necessary to setnode_sysctl_tuning: true
in theclusterConfig.yaml
file. -
Start the installation of DCE 5.0.
Note
Here are some parameter introductions. You can refer to
./dce5-installer --help
for more parameters:-z
: Minimal installation-c
: Specify the cluster configuration file (not required when exposing the console using NodePort)-d
: Enable debug mode--serial
: Run all installation tasks in a serial manner
-
After the installation is complete, the command line will prompt for a successful installation. Congratulations! 🎉 Now you can explore the brand new DCE 5.0 using the default account and password (admin/changeme) provided in the URL shown on the screen.
Success
Please make sure to record the URL provided for future access.
-
After successfully installing DCE 5.0 Enterprise, please contact us for authorization: email info@daocloud.io or call 400 002 6898.