- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Servers - General
- >
- What flags and feature gates are set when HPE CP K...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 12:45 AM - last edited on 04-20-2022 03:40 AM by Parvez_Admin
04-14-2022 12:45 AM - last edited on 04-20-2022 03:40 AM by Parvez_Admin
I’m trying to demo installing a CSI driver for a customer and decided to go with the AWS EBS driver. The first step is:
Enable flag --allow-privileged=true for kube-apiserver
Enable kube-apiserver feature gates --feature-gates=CSINodeInfo=true,CSIDriverRegistry=true,CSIBlockVolume=true,VolumeSnapshotDataSource=true
Solved! Go to Solution.
- Tags:
- bios
- Prolaint server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 01:45 AM
04-14-2022 01:45 AM
Query: What flags and feature gates are set when HPE CP K8S clusters are provisioned?
System recommended content:
1. HPE I-HSS VNF Operations and Utilities Guide, Release 04.00.21
2. HPE I-HSS VNF Operations and Utilities Guide, Release 03.03.25
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 08:43 AM
04-14-2022 08:43 AM
Re: What flags and feature gates are set when HPE CP K8S clusters are provisioned?
Hi,
May be this will help.
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=a00092214en_us
https://kubernetes.io/docs/reference/command-line-tools-reference/_print/
Thank You!
Let HPE Support Videos page help you troubleshoot.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 12:55 AM
04-25-2022 12:55 AM
SolutionYou can find out by running the following on the master node:
$ ps aux | grep apiserver
... kube-apiserver --allow-privileged=true --audit-log-maxage=1 ...
Here you can see the flags that are set (in my case I needed --allow-privileged=true).
Similarly, you can look for feature-gates:
$ ps aux | grep apiserver | grep feature-gates
[empty response]
It appears that no feature gates are explicitly enabled on my cluster, so I need to check what is enabled by default. I can do that by looking here. In the table, I can see that the feature gate CSINodeInfo is enabled by default and is GA since 1.17: