We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected Behavior
NTP Configuration to be successfully applied during the bootstrap of a 5.0 Cluster
Current Behavior
The NTP Configuration does not apply.
Failure Information (for bugs)
Pre 5.0 /internal/cluster/{id}/bootstrap API config
/internal/cluster/{id}/bootstrap
"ntpServers": [ "string" ],
Post 5.0 config
"ntpServerConfigs": [ { "server": "string", "symmetricKey": { "keyId": 0, "key": "string", "keyType": "string" } } ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
NTP Configuration to be successfully applied during the bootstrap of a 5.0 Cluster
Current Behavior
The NTP Configuration does not apply.
Failure Information (for bugs)
Pre 5.0
/internal/cluster/{id}/bootstrap
API configPost 5.0 config
The text was updated successfully, but these errors were encountered: