examples icon indicating copy to clipboard operation
examples copied to clipboard

linkerd - update example for 1.11

Open judithpatudith opened this issue 6 years ago • 4 comments

https://github.com/dcos/examples/tree/master/linkerd

Pick any open and unassigned issue in the list of GitHub issues and assign it to yourself by leaving a comment here in the issue. Then update the example by following these steps:

  • [ ] Fork the examples repo on GitHub.
  • [ ] On a new branch, make a copy of latest example directory (mostly 1.10 or 1.9) for your package and name it 1.11.
  • [ ] Test the example on a DC/OS 1.11 cluster. As you test, replace the old screenshots with new ones and make any necessary corrections to the example.
  • [ ] Feel free to also improve the instructions.
  • [ ] Add a link to your newly created 1.11 example to the README.md file for your package's directory.
  • [ ] Report your results:
    • If the example works out of the box, or you are able to correct it, open a PR with your changes (including the example itself and its addition to the README.md file) and add it to the issue.
    • If you can’t get your example to work, add a detailed description of what went wrong on the issue (you still get stickers!).

When you’re done, email [email protected] with the following information: Subject: 1.11 Example Testing - [Service Name] Body:

  • Your name
  • GitHub Issue link
  • Your Twitter handle, if you have one
  • Community Slack handle if you have one
  • Mailing address (for the stickers)

The Community team shepherd will review your PR and either work with you to make modifications or just merge it if it looks good.

judithpatudith avatar Apr 12 '18 20:04 judithpatudith

I will attempt to solve this :smiley:

scriptonist avatar Jun 06 '18 08:06 scriptonist

On trying to install linkerd the status of service was stuck at deploying(see here) and the terminal was showing the following errors.

dcos-vagrant master ✔ ✔ 
15:08:28 ▶ dcos package install --options=<(echo '{"linkerd":{"instances":1}}') linkerd
By Deploying, you agree to the Terms and Conditions https://mesosphere.com/catalog-terms-conditions/#community-services
This DC/OS Service is currently in preview. We recommend a minimum of 0.25 CPUs and 256 MB of RAM available for linkerd. We also recommend running linkerd on every host. To ensure this, set instances to the number of nodes in your cluster. Installation Documentation: https://github.com/dcos/examples/tree/master/linkerd
Continue installing? [yes/no] yes
Installing Marathon app for package [linkerd] version [1.0.0-0.2]
linkerd DC/OS Service has been successfully installed!
See https://linkerd.io for documentation.
dcos-vagrant master ✔ ✔ 
15:28:56 ▶ [Child 25413, MediaPlayback #3] WARNING: Decoder=7f42cc194020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-lojCEZ/firefox-60.0.1+build2/dom/media/MediaDecoderStateMachine.cpp, line 3445
[Child 25413, MediaPlayback #1] WARNING: Decoder=7f42cc194020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-lojCEZ/firefox-60.0.1+build2/dom/media/MediaDecoderStateMachine.cpp, line 3445
[Child 25413, MediaPlayback #2] WARNING: Decoder=7f42cc194020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-lojCEZ/firefox-60.0.1+build2/dom/media/MediaDecoderStateMachine.cpp, line 3445
[Child 25413, MediaPlayback #2] WARNING: Decoder=7f42cc194020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-lojCEZ/firefox-60.0.1+build2/dom/media/MediaDecoderStateMachine.cpp, line 3445
[Child 25413, MediaPlayback #3] WARNING: Decoder=7f42cc194020 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005) - RefPtr<mozilla::MozPromise<RefPtr<mozilla::MediaTrackDemuxer::SamplesHolder>, mozilla::MediaResult, true> > mozilla::MediaSourceTrackDemuxer::DoGetSamples(int32_t): manager is detached.: file /build/firefox-lojCEZ/firefox-60.0.1+build2/dom/media/MediaDecoderStateMachine.cpp, line 3445

###!!! [Parent][DispatchAsyncMessage] Error: PClientSourceOp::Msg___delete__ Route error: message sent to unknown actor ID


###!!! [Parent][DispatchAsyncMessage] Error: PClientSourceOp::Msg___delete__ Route error: message sent to unknown actor ID

scriptonist avatar Jun 07 '18 10:06 scriptonist

Thank you for reporting this. @ryadav88 - have you seen similar errors with the Linkerd package?

pleia2 avatar Jul 13 '18 19:07 pleia2

This doesn't look like a package or Linkerd error.

ryadav88 avatar Jul 14 '18 17:07 ryadav88