mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
* feat: add support for configuring transparent hugepages Related-to: https://github.com/harvester/harvester/issues/5006 * fix: return empty object if hugepages can't be found for node Related-to: https://github.com/harvester/harvester/issues/5006 --------- (cherry picked from commit 30de2b1a185ccc2a3ec159e220de742dd2156229) Signed-off-by: Tim Serong <tserong@suse.com> Co-authored-by: Tim Serong <tserong@suse.com> Co-authored-by: Moritz Röhrich <moritz.rohrich@suse.com> Co-authored-by: Andy Lee <andy.lee@suse.com>
14 lines
805 B
JavaScript
14 lines
805 B
JavaScript
// suffix of doc link, see utils/feature-flags.js how to get complete doc link
|
|
export const DOC = {
|
|
CONSOLE_URL: `/host/#remote-console`,
|
|
RANCHER_INTEGRATION_URL: `/rancher/rancher-integration`,
|
|
KSMTUNED_MODE: `/host/#ksmtuned-mode`,
|
|
UPGRADE_URL: `/upgrade/index`,
|
|
UPGRADE_CONFIG_URL: `/advanced/index#upgrade-config`,
|
|
STORAGE_NETWORK_EXAMPLE: `/advanced/storagenetwork#configuration-example`,
|
|
SUPPORT_BUNDLE_NAMESPACES: `/advanced/index/#support-bundle-namespaces`,
|
|
VPC_CONFIGURATION_EXAMPLES: `/networking/kubeovn-vpc#vpc-peering-configuration-examples`,
|
|
NETWORK_POLICY: `/networking/kubeovn-vm-isolation/#network-policies`,
|
|
TRANSPARENT_HUGEPAGES: `https://docs.kernel.org/admin-guide/mm/transhuge.html`,
|
|
};
|