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

Upgrade numaflow version to 1.3 #14

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Conversation

chandankumar4
Copy link
Collaborator

@chandankumar4 chandankumar4 commented Oct 15, 2024

Fixes: #13

Cluster Scoped installation:

$ helm install numaflow . --namespace numaflow-system --create-namespace           1 ↵
NAME: numaflow
LAST DEPLOYED: Tue Oct 15 09:59:38 2024
NAMESPACE: numaflow-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export POD_NAME=$(kubectl get pods --namespace numaflow-system -l "app.kubernetes.io/name=numaflow-ux" -o jsonpath="{.items[0].metadata.name}")
  export CONTAINER_PORT=$(kubectl get pod --namespace numaflow-system $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
  kubectl --namespace numaflow-system port-forward $POD_NAME $CONTAINER_PORT
  echo "Visit http://127.0.0.1:$CONTAINER_PORT to use your application"

Namespace scoped installation:

helm install numaflow . --namespace numaflow-system --set configs.namespacedScope=true --create-namespace
NAME: numaflow
LAST DEPLOYED: Tue Oct 15 10:40:36 2024
NAMESPACE: numaflow-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export POD_NAME=$(kubectl get pods --namespace numaflow-system -l "app.kubernetes.io/name=numaflow-ux" -o jsonpath="{.items[0].metadata.name}")
  export CONTAINER_PORT=$(kubectl get pod --namespace numaflow-system $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
  kubectl --namespace numaflow-system port-forward $POD_NAME $CONTAINER_PORT
  echo "Visit http://127.0.0.1:$CONTAINER_PORT to use your application"

Numaflow-server:
Screenshot 2024-10-15 at 10 35 37 AM

Deployment

$ k get po -n numaflow-system
NAME                                   READY   STATUS    RESTARTS   AGE
numaflow-controller-76bb8dd48c-nwrt6   1/1     Running   0          78s
numaflow-dex-server-67877dc869-q97xq   1/1     Running   0          78s
numaflow-server-859b8fd6c7-bffbt       1/1     Running   0          78s
numaflow-webhook-6c8cd4c7bf-xmskj      1/1     Running   0          78s

Signed-off-by: chandankumar4 <[email protected]>
metricsExporterImage: natsio/prometheus-nats-exporter:0.9.1
configReloaderImage: natsio/nats-server-config-reloader:0.7.0
startCommand: /nats-server
- version: 2.9.0-alpine
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason of removing these?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh! Looks like I took these value from wrong place here, I should be taking value from here instead, Let me update it

Signed-off-by: chandankumar4 <[email protected]>
@vigith vigith merged commit ab790ce into numaproj:main Oct 15, 2024
3 checks passed
@chandankumar4 chandankumar4 deleted the numaflow-1.3 branch October 16, 2024 12:33
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.3 Numaflow
3 participants