-
Notifications
You must be signed in to change notification settings - Fork 36
Moved Config Wizard Tool to community/ folder #226
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
Open
javajason
wants to merge
62
commits into
f5devcentral:main
Choose a base branch
from
javajason:config-wizard
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Added options to start "configuration generator" container and to start docker compose service.
Fixed some minor bugs.
Added detection of Docker (or Podman) and Docker Compose (or Podman Compose) to script before running these commands.
Fixed minor bug in checking for installation of docker-compose.
Adding logic to validate IP address format that the user enters.
Added additional instructions to be printed when the script starts. Removed "set -e" since this appears to make script exit immediately when the test for the installation of Docker (command -v docker) fails.
Added check to see if "sudo" is required before running docker/podman. If it is required, it is added before running this command.
Initial upload of YAML files for deploying AST in K8s. (Tested in AKS. Still requires cleanup.)
Fixed Grafana deployment to correctly connect to AST Prometheus pod, and added bigip/device dashboards as configmaps to Grafana.
Created configmaps for remaining Grafana dashboards (YAML files) and added to Grafana deployment. ("OpenTelemetry Collector" dashboard is still not showing data, but other dashboards appear to be working correctly.)
Moving this file to its own directory since it is only applicable one some K8s distros.
File moved to extras/ directory.
Added README file to provide basic guidance for using this collection to deploy AST into a Kubernetes cluster.
Added additional deployment instructions.
Updated README.md file with more detail.
Added additional information for deploying on most K8s clusters. Also added OpenShift to the list of successful deployments tested so far.
Added clarification to accessing the Grafana and Prometheus GUIs via NodePorts.
Added more explanation to the NodePort services.
Modified format for readability and added K3s as one of the tested K8s distros.
Renamed file to aks-lb-svc.yaml since this is specific to Azure Kubernetes Services (AKS).
Added loadbalancer service for Google Kubernetes Engine (GKE).
Added missing step to cloning the repo and added GKE to list of K8s platforms where this has been tested.
Change name to be more generic, as this works across clouds.
Changed selector label key to io.ast.service.
Changed label key to io.ast.service and removed unneeded annotations.
Changed label key to io.ast.service.
Changed label and selector keys to io.ast.service and removed unneeded annotations.
Changed selector keys to io.ast.service.
Changed label key to io.ast.service and removed unneeded annotations.
Changed label key to io.ast.service.
Changed label and selector keys to io.ast.service and removed unneeded annotations.
Changed label key to io.ast.service.
Changed label key to io.ast.service and removed unneeded annotations.
Changed selector key to io.ast.service.
Added information for adding multiple BIG-IP devices to rec-pipe-configmap.yaml.
Added an example of how to configure more than one BIG-IP device in rec-pipe-configmap.yaml.
Initial file for AST-on-K8s community project.
Adding K8s manifest files to AST-on-K8s community project.
Update instructions for checking out the ast-on-k8s project.
Update README.md
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.
No description provided.