automation-suite
2023.4
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white
不在支持范围内

EKS/AKS 上的 Automation Suite 安装指南

上次更新日期 2025年2月25日

EKS input.json 示例

以下示例显示了 EKS 上 Automation Suite 的 input.json (其中包含已启用所有产品)、必需和可选配置参数。 您可以将此作为参考,并 根据您的环境要求进行更改
请注意,UiPath™ 产品选择至少要求启用 platform。确保替换所有用户名和密码,包括 SQL 连接字符串。
{
  "kubernetes_distribution": "eks",
  "install_type": "online",
  "profile": "ha",
  "registries": {
    "docker": {
      "url": "registry.uipath.com"
    },
    "helm": {
      "url": "registry.uipath.com"
    }
  },
  "fqdn": "automationsuite.mycompany.com",
  "admin_username": "admin",
  "admin_password": "-----",
  "fips_enabled_nodes": false,
  "fabric": {
    "redis": {
      "hostname": "redis-cache.mycompany.com",
      "password": "redispassword",
      "port": 6380,
      "tls": true
    }
  },
  "external_object_storage": {
    "enabled": true,
    "create_bucket": true,
    "storage_type": "s3",
    "fqdn": "s3.us-east-1.amazonaws.com",
    "port": 443,
    "region": "us-east-1",
    "access_key": "Accesskey",
    "secret_key": "secret_vkey",
    "use_instance_profile": false,
    "bucket_name_prefix": "myprefix",
    "bucket_name_suffix": "mysuffix"
  },
  "ingress": {
    "service_annotations": {
      "service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
      "service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
      "service.beta.kubernetes.io/aws-load-balancer-type": "nlb",
      "service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
      "service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "74.10.23.8"
    },
    "gateway_selector": {
      "istio": "ingressgateway"
    }
  },
  "exclude_components": [],
  "server_certificate": {
    "tls_cert_file": "",
    "tls_key_file": "",
    "ca_cert_file": ""
  },
  "additional_ca_certs": "",
  "sql": {
    "create_db": false,
    "server_url": "",
    "port": "",
    "username": "",
    "password": ""
  },
  "orchestrator": {
    "enabled": true
  },
  "processmining": {
    "enabled": true
  },
  "insights": {
    "enabled": true,
    "enable_realtime_monitoring": false
  },
  "automation_hub": {
    "enabled": true
  },
  "automation_ops": {
    "enabled": true
  },
  "aicenter": {
    "enabled": true
  },
  "documentunderstanding": {
    "enabled": true
  },
  "test_manager": {
    "enabled": true
  },
  "action_center": {
    "enabled": true
  },
  "apps": {
    "enabled": true
  },
  "integrationservices": {
    "enabled": false
  },
  "studioweb": {
    "enabled": false
  },
  "dataservice": {
    "enabled": true
  },
  "asrobots": {
    "enabled": true
  },
  "storage_class": "as-storage-class",
  "storage_class_single_replica": "storage-class-single-replica",
  "platform": {
    "enabled": true
  },
  "sql_connection_string_template": "Server=tcp:mssql.mycompany.com,1443;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=sqladmin;Password='sqlpassword';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
  "sql_connection_string_template_jdbc": "jdbc:sqlserver://mssql.mycompany.com:1443;database=DB_NAME_PLACEHOLDER;user=sqladmin;password={sqlpassword};encrypt=true;trustServerCertificate=true;loginTimeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_odbc": "SERVER=mssql.mycompany.com,1443;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=sqladmin;PWD={sqlpassword};Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://sqladmin:sqlpassword@mssql.mycompany.com:1443/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server",
  "telemetry_optout": false
}{
  "kubernetes_distribution": "eks",
  "install_type": "online",
  "profile": "ha",
  "registries": {
    "docker": {
      "url": "registry.uipath.com"
    },
    "helm": {
      "url": "registry.uipath.com"
    }
  },
  "fqdn": "automationsuite.mycompany.com",
  "admin_username": "admin",
  "admin_password": "-----",
  "fips_enabled_nodes": false,
  "fabric": {
    "redis": {
      "hostname": "redis-cache.mycompany.com",
      "password": "redispassword",
      "port": 6380,
      "tls": true
    }
  },
  "external_object_storage": {
    "enabled": true,
    "create_bucket": true,
    "storage_type": "s3",
    "fqdn": "s3.us-east-1.amazonaws.com",
    "port": 443,
    "region": "us-east-1",
    "access_key": "Accesskey",
    "secret_key": "secret_vkey",
    "use_instance_profile": false,
    "bucket_name_prefix": "myprefix",
    "bucket_name_suffix": "mysuffix"
  },
  "ingress": {
    "service_annotations": {
      "service.beta.kubernetes.io/aws-load-balancer-backend-protocol": "ssl",
      "service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
      "service.beta.kubernetes.io/aws-load-balancer-type": "nlb",
      "service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
      "service.beta.kubernetes.io/aws-load-balancer-eip-allocations": "74.10.23.8"
    },
    "gateway_selector": {
      "istio": "ingressgateway"
    }
  },
  "exclude_components": [],
  "server_certificate": {
    "tls_cert_file": "",
    "tls_key_file": "",
    "ca_cert_file": ""
  },
  "additional_ca_certs": "",
  "sql": {
    "create_db": false,
    "server_url": "",
    "port": "",
    "username": "",
    "password": ""
  },
  "orchestrator": {
    "enabled": true
  },
  "processmining": {
    "enabled": true
  },
  "insights": {
    "enabled": true,
    "enable_realtime_monitoring": false
  },
  "automation_hub": {
    "enabled": true
  },
  "automation_ops": {
    "enabled": true
  },
  "aicenter": {
    "enabled": true
  },
  "documentunderstanding": {
    "enabled": true
  },
  "test_manager": {
    "enabled": true
  },
  "action_center": {
    "enabled": true
  },
  "apps": {
    "enabled": true
  },
  "integrationservices": {
    "enabled": false
  },
  "studioweb": {
    "enabled": false
  },
  "dataservice": {
    "enabled": true
  },
  "asrobots": {
    "enabled": true
  },
  "storage_class": "as-storage-class",
  "storage_class_single_replica": "storage-class-single-replica",
  "platform": {
    "enabled": true
  },
  "sql_connection_string_template": "Server=tcp:mssql.mycompany.com,1443;Initial Catalog=DB_NAME_PLACEHOLDER;Persist Security Info=False;User Id=sqladmin;Password='sqlpassword';MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;Max Pool Size=100;",
  "sql_connection_string_template_jdbc": "jdbc:sqlserver://mssql.mycompany.com:1443;database=DB_NAME_PLACEHOLDER;user=sqladmin;password={sqlpassword};encrypt=true;trustServerCertificate=true;loginTimeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_odbc": "SERVER=mssql.mycompany.com,1443;DATABASE=DB_NAME_PLACEHOLDER;DRIVER={ODBC Driver 17 for SQL Server};UID=sqladmin;PWD={sqlpassword};Encrypt=yes;TrustServerCertificate=yes;Connection Timeout=30;hostNameInCertificate=mssql.mycompany.com",
  "sql_connection_string_template_sqlalchemy_pyodbc": "mssql+pyodbc://sqladmin:sqlpassword@mssql.mycompany.com:1443/DB_NAME_PLACEHOLDER?driver=ODBC+Driver+17+for+SQL+Server",
  "telemetry_optout": false
}

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo
信任与安全
© 2005-2026 UiPath。保留所有权利。