-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Cluster direction/Data Flow not working as expected #1014
Comments
Sorry for wasting time if anyone actually read this. I see the error in the code now that I've taken a step back. My issue is the Data Flow, I need DB >> App rather than APP >> DB to have it appear on a row below. Updated code
Only problems I face are the Data Flow lines to Internet and also the xlabel going behind a cluster |
hi @chrislynch8 check this - #1019 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm completely new to this tool and testing its viability for use in work. I've got a basic sample defined in the following code
This produces the following diagram
The way Regions/VPC/AvailabilityZone have rendered is perfect, but I'm stuggling to find a way to have the clusters in the Availability Zones to follow direction="BT"?
With the way I have Nodes linked I was expecting that I would have the Public Subnet on one row, then below that I would have the App Private Subnet and on the next row I would have the DB & FSx Subnets so 3 rows and 2 columns rather than 2 rows and three columns. Also it I add different direction options in nested Clusters they're not respected, is it on the initial Top Level direction that is applied to all nested ones?
Some other issues I've noticed is that the Data Flow lines to Internet are missing.
Any help or nudge to relavent documentation/guides would be great, I've not found it in the Cluster Docs
Thanks for you time
Chris
The text was updated successfully, but these errors were encountered: