Skip to content

Commit 54056cb

Browse files
committed
Cleanup old stuff
1 parent 89e6172 commit 54056cb

34 files changed

+6
-3874
lines changed

MAINTAINERS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ This file lists how the Operation Code Infrastructure project is maintained. Whe
55
Check out [how Operation Code Open Source projects are maintained](https://github.com/OperationCode/START_HERE/blob/61cebc02875ef448679e1130d3a68ef2f855d6c4/open_source_maintenance_policy.md) for details on the process, how to become a maintainer, lieutenant, or the project lead.
66

77
# Project Lead
8+
* [Irving Popovetsky](https://github.com/irvingpop)
89

9-
* [Matthew Walter](https://github.com/ohaiwalt)
1010

11-
# Sergeant
11+
# Past Maintainers
1212

13+
* [Matthew Walter](https://github.com/ohaiwalt)
1314
* [Nell Shamrell-Harrington](http://www.github.com/nellshamrell)
14-
15-
# Maintainers
16-
1715
* [David Marchante](http://www.github.com/cdmarchante)
16+

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,10 @@
11
# Operation Code Infra
22
Platform infrastructure for the [Operation Code site](https://operationcode.org/).
33

4-
[![CircleCI](https://circleci.com/gh/OperationCode/operationcode_infra/tree/master.svg?style=svg)](https://circleci.com/gh/OperationCode/operationcode_infra/tree/master)
5-
6-
## warning
7-
8-
This repository is using [ArgoCD](https://argoproj.github.io/argo-cd/) to deploy the Operation Code infrastructure. Changes landed on main in this repository are reflected in the real running infrastructure.
9-
10-
To set up your workstation to access our Kubernetes cluster, please check the below instructions
11-
124
## Setup
135

14-
### Operation Code's Kubernetes Cluster.
15-
Greetings! Much of Operation Code's web site runs in a [Kubernetes](https://kubernetes.io/) cluster. These instructions will guide you through setting up access to our cluster so you can run rails console, tail logs, and more!
16-
17-
### Getting access to the cluster
18-
1. Ensure you have [AWS](https://aws.amazon.com) access, and the [aws CLI](https://aws.amazon.com/cli/) is operating correctly
19-
2. Install eksctl: https://eksctl.io/introduction/#installation
20-
3. Run: `eksctl utils write-kubeconfig --region us-east-2 --cluster operationcode-backend`
21-
4. Ensure `kubectl` is working by running `kubectl version`, refer to [Kubectl Install Docs](https://kubernetes.io/docs/tasks/tools/#kubectl)
22-
23-
Note: if there are issues refer to this [SO Post](https://stackoverflow.com/questions/55360666/kubernetes-kubectl-run-command-not-found)
24-
25-
5. Verify everything works: `kubectl get namespaces`
26-
6+
### Operation Code's ECS Cluster
7+
Greetings! Much of Operation Code's web site runs in an AWS ECS cluster. These instructions will guide you through setting up access to our cluster so you can run rails console, tail logs, and more!
278

289
## Licensing
2910
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

SETUP.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

kubernetes/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

kubernetes/argocd/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

kubernetes/argocd/application-crd.yaml

Lines changed: 0 additions & 1760 deletions
This file was deleted.

kubernetes/argocd/appproject-crd.yaml

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)