-
Notifications
You must be signed in to change notification settings - Fork 31
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
updated instructions and image of adapters #56
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: asubedy <[email protected]>
Signed-off-by: asubedy <[email protected]>
@leecalcote I am thinking of putting the above note(in this way itself) after the install command for this issue |
Signed-off-by: asubedy <[email protected]>
The last commit dealt with these changes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work @asubedy, just a nitpick could you please hyphenate the file name install image-hub
.
"uilayout": "terminal-iframe" | ||
}, | ||
|
||
"backend": { | ||
"imageid": "kubernetes-cluster-running:1.18" | ||
"imageid": "kubernetes-cluster-running:1.22" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we took this image from the katacoda library, are you sure this works?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was suggested by @piyushsingariya. And it is the only line of code I saw that mentioned the version of Kubernetes. So I guess it should work 🤞
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be out of date, but here it is - https://www.katacoda.community/essentials/environments.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the docs only mention about 1.18 version. What should we do? The other adapters will work fine but OSM requires kubernetes >=1.19.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we disable OSM lab for some time until we figure some solution out and keep the other labs running with the Kubernetes version 1.18?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leecalcote @warunicorn19 thoughts on this approach?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I think we should remove the OSM lab for the time being, since it doesn't work and I don't see a workaround either. @leecalcote ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The trafeik-mesh adapter too. It's still not connecting after the install command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know that the OSM installations are working in the Meshery Adapter for OSM even on later K8s versions. @Aisuko, @Revolyssup, is it?
Co-authored-by: warunicorn19 <[email protected]>
@asubedy don't worry about DCO here. We'll get you covered. |
Co-authored-by: warunicorn19 <[email protected]>
@Revolyssup, please track down the issue with OSM in the Meshery Adapter for OSM. |
@asubedy will you open an issue with adapter logs on |
How do I see the adapter logs? From the katacoda scenario or from my local machine? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
What's the issue with OSM adapter? |
When trying to install OSM Servive mesh we get an error, that says we require Kubernetes version greater than or equal to 1.19. This is because on the lab we are using the pre runnung cluster version of 1.18. And there are no image of other version of kubernetes mentioned on the katacoda docs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been open for some time with no recent activity, unassigning to open it up for new contributors to give it a go. |
Signed-off-by: asubedy [email protected]
Description
Updated Instructions and images of adapters
This PR fixes #51
Notes for Reviewers
The PR is not completed yet, as of now Linkerd and NSM are updated. I will be updating the same after each adapter instructions are updated
Signed commits