-
Notifications
You must be signed in to change notification settings - Fork 123
Rel 102 merge dev into master #476
New issue
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update nodes of cluster and parallel test for faster execution on EKS
Upgrade operator sdk to v0.18.2
Upgrade Operator SDK to v0.18.2
After upgrading operator-sdk to v0.18.2 the nightly builds started to fail due to kubernetes/kubernetes#91395 which is an issue with how Kubernetes 1.18 interprets the operator-sdk v0.18.2 generated CRDs. The issue manifests as : "The CustomResourceDefinition “clustermasters.enterprise.splunk.com” is invalid: spec.versions[0].schema.openAPIV3Schema.properties[spec].properties[serviceTemplate].properties[spec].properties[ports].items.properties[protocol].default: Required value: this property is in x-kubernetes-list-map-keys, so it must have a default or be a required property"
Manually fix nightly build after Operator-SDK v0.18.2 upgrade
…end unit test cases
1) Log only if apps framework feature flag is true 2) Use scoped logging
it was not given. Enhanced the CRDs descriptions for apps framework for better understanding of this interface.
…end unit test cases
1) Log only if apps framework feature flag is true 2) Use scoped logging
it was not given. Enhanced the CRDs descriptions for apps framework for better understanding of this interface.
Changing the Operator reference to 1.0.2 and and Splunk Enterprise ref to 8.2.1
CSPL-1200: Version changes
CSPL: Automation to check apps are not installed on deployer and ClusterMaster in ClusterWide Install
Feature appframework merge into develop as part of 1.0.2 release.
* - Updating the change log with the release 1.0.2 info * - Addressing the missing delta yaml for the commit hash: fbe673f
* CSPL-1201: Added validation checks for invalid storage type and provider * fixed a lint error * addressed review comment Co-authored-by: Gaurav Gupta <gaurav@splunk.com>
Co-authored-by: Sirish Mohan <68884189+smohan-splunk@users.noreply.github.com>
…-1167 (#443) * CSPL-1201: Added validation checks for invalid storage type and provider (#435) * CSPL-1201: Added validation checks for invalid storage type and provider * fixed a lint error * addressed review comment * CSPL-1151 Co-authored-by: gaurav-splunk <69282718+gaurav-splunk@users.noreply.github.com> Co-authored-by: Sirish Mohan <68884189+smohan-splunk@users.noreply.github.com>
- Also, intruduce the additoinal liveness intialDelay of 1500 sec if the App framework configured - CR configured liveness probe config always wins - Exclude the MC Pod using the extraEnv from CR - Fix the Pod merge logic to include the liveness and readiness probe intial delays
…elay of 1500 Sec. when the AppFramework is configured. (#455) - Addressing doc changes to reflect the latest Splunk Enterprise image.
Co-authored-by: Sirish Mohan <68884189+smohan-splunk@users.noreply.github.com>
2 approvals met. Minor changes test ran locally by Twain to confirm they are passing.
Update nightly test runs to use unique cluster name for each run The failures are caused by app framework test ```• [SLOW TEST:128.867 seconds] [2] Smoke test [2] /home/circleci/project/test/smoke/smoke_test.go:38 [2] Standalone deployment (S1) with Service Account [2] /home/circleci/project/test/smoke/smoke_test.go:146 [2] smoke: can deploy a standalone instance attached to a service account [2] /home/circleci/project/test/smoke/smoke_test.go:147``` That is fixed in PR-457.
…s server prunes the CRD fields. (#463)
…debugging (#462) Approved by Subba and Twain. Minor logging changes.
Got 3 approvals. Smoke test passing.
* release/1.0.2 - Addressing doc references to release 1.0.2 * - doc change
kashok-splunk
approved these changes
Aug 21, 2021
smohan-splunk
approved these changes
Aug 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rel 102 merge dev into master