Skip to content
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

adding init #503

Merged
merged 1 commit into from
Aug 1, 2024
Merged

adding init #503

merged 1 commit into from
Aug 1, 2024

Conversation

robinmordasiewicz
Copy link
Owner

@robinmordasiewicz robinmordasiewicz commented Aug 1, 2024

Adds the necessary configurations for integrating Flannel into the project infrastructure. The following changes have been made across various files:

  1. Added HelmRelease and HelmRepository configurations for Flannel deployment in the manifests/infrastructure/flannel directory.
  2. Included a Kustomization file to manage resources related to Flannel deployment.
  3. Added a Namespace configuration for kube-flannel with specific labels in the manifests/infrastructure/flannel/namespace.yaml file.
  4. Updated the manifests/infrastructure/kustomization.yaml file to include the Flannel directory.
  5. Adjusted configurations in the terraform/spoke-k8s_cluster.tf file to include user-assigned identity and role assignments for network permissions.
  6. Modified network profile settings, identity type, and added a new max_pods attribute in the azurerm_kubernetes_cluster resource block.
  7. Updated the subnet configurations in the terraform/spoke-network.tf file, including subnet prefixes and route table settings.
  8. Adjusted variables for subnet names, prefixes, and additional AKS subnet configurations in the terraform/terraform.auto.tfvars and terraform/variables.tf files.

These changes enable the initialization and deployment of Flannel within the project's Kubernetes infrastructure, enhancing network connectivity and resource management.

@robinmordasiewicz robinmordasiewicz merged commit 5afcd3e into main Aug 1, 2024
4 of 7 checks passed
@robinmordasiewicz robinmordasiewicz deleted the dev99 branch August 1, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant